Of course the error was found - but what to do about it ??? What object has to be declared when addressing a network drive path? The script works fine for a local path.
Thanks again.
Have a small form which can write to a local file. I'd like to place the html form on a share drive and have the appendable txt file there also. Using client PC only; no web server.
I've adjusted the file path part of the script but it does not write to the file which is also in the same...
I understand how to customize a toolbar. Have also found example macro that supposedly launches a custom form. So, if I could find the names for the NoReply and NoReplyAll forms/templates that come w Outlook - I ought to be able to make buttons to launch those two forms directly rather than...
I understand how to customize a toolbar. Have also found example macro that supposedly launches a custom form. So, if I could find the names for the NoReply and NoReplyAll forms/templates that come w Outlook - I ought to be able to make buttons to launch those two forms directly rather than...
Is there a way to get the system logon and security dialogs as graphics? Want to paste the Ctrl+Alt+Del screen into a teaching handout and follow it with the next dialog where user puts in access codes. Thank you.
I had reworked the overall form verification rather than checking each field. Then adjusted with what you've suggested. It works! Thank you very much for the extra time and effort to work this out! I am not at home right now. Will past in an example later.
Yes, mainF is form. usrSSN is field name. The cursor just stays in the next field in tab order when I use the line like
document.form.field.focus or .focus() or without using the 'document.' at the front end.
Thanks for example and advice.
After checking for an error in a text field, I want to clear the field and set the focus back to it. Here's a sample so far. I can get the field to null out. Cannot get the cursor back home though with the .focus or .focus() even if I 'rem out the line ...value="" for testing just the...
Need to know:
on LAN, NT4 clients (converting to W2K soon), how to implement logon screen saver with timeout of 1 minute for all users -- either everyone on the network (preferred) or everyone on an individual PC. Make the screen saver non-editable by current or future users.
On the PC...
PS- my example is a one pager; client side only; Two input boxes to get input of a weight and convert lb/kg. Got the conversion and the rest. Wishing the 'calc' button can fire by keyboard as well.
Is there a variation for VBS - esp. where a cmd button already has an event action assigned? Two questions in one here, I guess. 1) how to make a cmd button event fire by the enter key, 2) is it possible to include two event actions in the <input type="button" ...> definition? TY!
Everything I've read says can't do on client side.
Found this url about ASP. Haven't tried to apply it.
What I want to do seems so simple, I wonder why can't get user input, create a txt file, then call dos.bat file to print the txt file to net printer...
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.