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)...
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...
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
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
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...
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 'ה' while a comma for example will remain ',' . Therefore, when in.read() is called instead of...
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 =...
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"...
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...
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
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 "open, save as" dialog box.
On the HTML side I Currently have a link
<A HREF="/servlet/FileServer">text.txt</A>
BTW I had to change the servlet to a...
This is probably a standard question, but I cant seem to find enough info on it.
I want to have a list of links to text files which the user can download. I do not want them to open in Internet Explorer. How do I make sure the user gets the Save as / open dialog box for files and that they do...
I am looking to convert my what I see on my screen to digital video. I found these products
T View gold
and T Veiw silver scan converter
My guess from what I understand about digital video is that this will not do the trick as it will only allow me to connect to a VCR / TV am I correct?
The...
Hi,
How does one get the screen to go through the Firewire port in Digital Video format so it can be saved on a digital video camera.
I would like to save a PowerPoint presentation in Digital Video format.
Thanks a load
Jonathan
Hi,
How does one get the screen to go through the Firewire port in Digital Video format so it can be saved on a video camera.
I would like to save a PowerPoint presentation in Digital Video format. I imagine it should really not be so hard.
Thanks
Jonathan
1) Does any one know how I can determine how a text file is encoded. – ie. Is the text file I am opening UTF8 or not. Word usually knows when it opens a file – how does it know?
Is there a byte that is set to a specific value?
HELP,
1) Does any one know how I can determine how a text file is encoded. – ie. Is the text file I am opening UTF8 or not. Word usually knows when it opens a file – how does it know?
2) Any knowledge of classes that will allow me to convert from other formats to UTF8 , either MS Word, other...
Hi,
Has anyone seen a word wrap class - or have word wrap code?
Accept a string, perhaps with paragraph break's and insert the "\r\n" so a word that does not fit on the set length of the line, wraps to the next line. should return a string.
Thanks,
Hi,
I have a doPost method in a servlet. I would like at the end of the method to return a Text file from the hard drive of the server to the user so he can save it.
The text I would like to return is treated in the code as a long string - so if you can tell me how to deliver it to the user as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.