johnnyb
04-20-2003, 09:30 AM
Hello,
Here's a quandry for you all.... I'll try to be clear explaining what I want, but it may be hard.
I am making some HTML documents which will be viewed off of a CD - so any scripting on them has to be done with JS..
However, these files are pulling some info from a http server, which is fine, except I have to have the people submit a username & password to the server, and then have a record on their local computer, (ie a cookie), of if it was accepted or not.
The best way I can figure to do it is to include the username & password in the querystring of a URL that returns an external JS file to be executed in the browser, however, how do I get the username & pass into the querystring?
Or, does anyone else know of another way to solve the problem?
Here's a quandry for you all.... I'll try to be clear explaining what I want, but it may be hard.
I am making some HTML documents which will be viewed off of a CD - so any scripting on them has to be done with JS..
However, these files are pulling some info from a http server, which is fine, except I have to have the people submit a username & password to the server, and then have a record on their local computer, (ie a cookie), of if it was accepted or not.
The best way I can figure to do it is to include the username & password in the querystring of a URL that returns an external JS file to be executed in the browser, however, how do I get the username & pass into the querystring?
Or, does anyone else know of another way to solve the problem?