|
Prev: Error in IE
Next: Getting IFRAME text
From: cgian31 on 20 Oct 2005 15:02 I need to hide the complexity from users to access an information webpage, which is normally accessible after filling in a web form with the correct data. The address of the information webpage is like https://external.address.com/info.asp?<numeric code> where <numeric code> is a number generated by the server. This number (always different) is generated by the server only when you open the first web page in your browser, fill in the right values in 2 fields (user, password) and click Login. Any advices?
From: Randy Webb on 20 Oct 2005 16:07 cgian31 said the following on 10/20/2005 3:02 PM: > I need to hide the complexity from users to access an information > webpage, which is normally accessible after filling in a web > form with the correct data. > > The address of the information webpage is like > https://external.address.com/info.asp?<numeric code> > where <numeric code> is a number generated by the server. > > This number (always different) is generated by the server only when you > open the first web page in your browser, fill in the right values in 2 > fields (user, password) and click Login. > > Any advices? Yes. The same advice you got from Lee in microsoft.public.scripting.jscript -- Randy comp.lang.javascript FAQ - http://jibbering.com/faq & newsgroup weekly
|
Pages: 1 Prev: Error in IE Next: Getting IFRAME text |