Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. timesign

    Problem booting to welcome screen

    thank you bcastner, exactly as you describe -issue solved jrbarnnet, when I hit ctrl alt del, i just get the task manager not the box with teh six choices, not sure when you get which.....
  2. timesign

    Problem booting to welcome screen

    thanks for the tips, I will try them out FYI: the user account is running fortres security lockdown to prevent the user from doing anything other than running the one program. the program needs to write to an exe / dll file so it needs admin privliges
  3. timesign

    Problem booting to welcome screen

    Whenever the computer (xp pro sp1) is booted up, it goes straight into the adminstrator account and does not even ask for a password!, If I log out I get the normal xp welcome screen which is what I would like it to boot to. The admin needs a pass and the user account (with admin privliges)...
  4. timesign

    Create a highly resticted user

    David, You really seem to know your stuff. I seem to be able to complete the lockdown using gpo alone and the user will be limited to the two programs. the only thing left is not to lock out the admin ;-) where is the key to say that the gpo should not be applied to the admin? sorry - I am...
  5. timesign

    Create a highly resticted user

    Thanks for you help David. The userinit.cmd works great, If you have a moment.... I changed Program manger restrictions in the reg, but they do not seem to be having any affect. – tried setting it for default user as well as two other long string names under hkey-users. Under group policy...
  6. timesign

    Create a highly resticted user

    Hi, I would like to create a user account that is highly restricted. To be more specific, users should be able to use one program, notepad, save to an external drive (flash or floppy), and shut down. No start menu, no browsing, nothing else! Any suggestions as to where there might be resources...
  7. timesign

    USB 2.0 as the second drive

    can you explain what a hard drive drawer is? thanks
  8. timesign

    USB 2.0 as the second drive

    sounds like everything that is gained by a second drive is lost by having it external thanks
  9. timesign

    USB 2.0 as the second drive

    Is an external usb 2.0 hard drive fast enough to be the second drive for a/v input and output. I would have just one hard drive in the computer. thanks
  10. timesign

    Textarea Paste clipboard text button

    What is the Javascript required for a button that pastes the text of the clipboard to the form's textarea. In other words I don't want users to have to use ctrl-v only but they should also have a "paste clipboard" button. Thanks a load
  11. timesign

    Retrieve data from clipboard

    Sorry I cant help you - but would you be able to post the javascript code for a button in a form that would paste the clipboard text into the textarea in that form thanks
  12. timesign

    Reading a UTF-8 String as its Int eqivelents using a bufferedReader

    Solved the problem, Sharing it in case anyone else has / had / will have a similar problem. Really simple!! the accept-charset="UTF-8" tag must be placed not in the head tag but in the form tag!!
  13. timesign

    reading from UTF-8 Strings V UTF-8 files

    Hi, really stuck here- below is an excerpt from the orginal code for a servlet that read a UTF-8 file that had been uploaded. The line of code: "while ((ch = in.read()) > -1) {" got the utf-8 char's "number". the program has a mapping file to convert it. (This is a char for char mapping used...
  14. timesign

    Reading a UTF-8 String as its Int eqivelents using a bufferedReader

    I am updating some code in a servlet that previously accepted a UTF-8 file and now gets its input from a textarea. The problem: For any unicode character in the string the representation is '&#1492' while a comma for example will remain ',' . Therefore, when in.read() is called instead of...
  15. timesign

    Reading a Textarea from a form in a servlet

    Hi, I am having trouble here, the req.getparameter is returning null. (as tested by system.out.println) I guess it is something simple i just don't understand. [ I have put text in the textarea and have tried a variety of tests to prove that my problem line seems to be InputFile =...
  16. timesign

    Changing the "Value" of input type ="file"

    Thanks Wullie, I will try to find it. Just to clarify: when using a multipart form to upload a file, typically the input type "file" is used. It creates a button that says on it "Browse..." Next to it is a text box. This allows the user to click on browse, select the file they want to upload...
  17. timesign

    Changing the "Value" of input type ="file"

    Hi, Is there any way to change the value "Browse" in input type file from Browse to someting else. I tried setting "Value=Select file..." and it does not seem to change. <CENTER> <FORM ENCTYPE="multipart/form-data" method="POST" ACTION="/servlet/testServlet"> <INPUT TYPE="file" NAME="TextFile"...
  18. timesign

    Frames - Wants Target to = all frames on current page

    I have a web page and the index splits the page into 3 parts, each part of course has a name. When you click on the menu frame it sets target to the middle frame.. standard. I would like a link in the middle frame to take up all three frames. If someone is going to leave my website they should...
  19. timesign

    Prevent Hot linking to servlets

    Is there a way to prevent other sites from hotlinking to your servlet? My servlet serves files and I don't want it to be called from another website. Thanks
  20. timesign

    Simple HTML - Linking to a Servlet

    I have a load of text files that users can download from my site. I Wrote a short servlet to send them to the user with a &quot;open, save as&quot; dialog box. On the HTML side I Currently have a link <A HREF=&quot;/servlet/FileServer&quot;>text.txt</A> BTW I had to change the servlet to a...

Part and Inventory Search

Back
Top