I have a page that I must code so that when someone mouses over an image the
cursor changes to a Hand and when they click it causes document.submit() to
occur.
Or any method allowing me to send user and password along with request for a serverside page either get or post would me great.
I seem to be able to do one or the other not both. I am prohibited from
using a submit button and I need to be able to get user and password
textbox's values from the page I'm going to.
I tried document.write and an a tag but the textbox values I just filled in
were empty
(doument.form1.user.value)
If I use a function to get the submit to occur I can't seem to get the
mouse cursor to change.
Thanks Len
cursor changes to a Hand and when they click it causes document.submit() to
occur.
Or any method allowing me to send user and password along with request for a serverside page either get or post would me great.
I seem to be able to do one or the other not both. I am prohibited from
using a submit button and I need to be able to get user and password
textbox's values from the page I'm going to.
I tried document.write and an a tag but the textbox values I just filled in
were empty
(doument.form1.user.value)
If I use a function to get the submit to occur I can't seem to get the
mouse cursor to change.
Thanks Len