E
Eugene
Hi!
This seems to be a newbie question. I hope this is not an off-topic
question, actually didn't know where to place it - at sripting.vbscript or
here.
I have a form using the GET method. After submitting, a new URL is
generated, e.g.:
http://www.abc.com/index.htm?type=finance§ion=accrual
I have tried document.location and document.url, but these properties return
only the first part of my URL - http://www.abc.com/index.htm
What is the best way of checking the inputted data in vbscript?
The page will be running locally, not on a web server.
Thanks for any help.
This seems to be a newbie question. I hope this is not an off-topic
question, actually didn't know where to place it - at sripting.vbscript or
here.
I have a form using the GET method. After submitting, a new URL is
generated, e.g.:
http://www.abc.com/index.htm?type=finance§ion=accrual
I have tried document.location and document.url, but these properties return
only the first part of my URL - http://www.abc.com/index.htm
What is the best way of checking the inputted data in vbscript?
The page will be running locally, not on a web server.
Thanks for any help.