!!! Newbie question warning !!!
I am somewhat familiar with javascript's ability to "access" the
browser's favorites list -- for example, using window.home() will take
you to the default URL -- is there any similar code for an ASP page
using VBscript? I want my Logout button to take them back to their
homepage. I've looked into Response.Redire ct, but I can't seem to find
a way to take the user out of my program to their home default.
Another possibility: can I integrate Javascript with the VBScript?
One other question: I have a login page with the usual
username/password fields, but I cannot find a way to force the cursor
into the username field by default -- in other words, the user must
click there in order to begin typing. Ideas?
TIA,
gpence
I am somewhat familiar with javascript's ability to "access" the
browser's favorites list -- for example, using window.home() will take
you to the default URL -- is there any similar code for an ASP page
using VBscript? I want my Logout button to take them back to their
homepage. I've looked into Response.Redire ct, but I can't seem to find
a way to take the user out of my program to their home default.
Another possibility: can I integrate Javascript with the VBScript?
One other question: I have a login page with the usual
username/password fields, but I cannot find a way to force the cursor
into the username field by default -- in other words, the user must
click there in order to begin typing. Ideas?
TIA,
gpence
Comment