[thelist] faking login with static HTML

Jay Blanchard jay.blanchard at niicommunications.com
Fri Sep 20 13:45:00 CDT 2002


[snip]
Working on this demo, wondered if I can pick up the passed name/value
pairs that a form passes from one static HTML page to another. If I
use GET, the pairs will be passed along with the URL..but how do I
..get.. (heh heh <duck>) them in the target static HTML file? How do
I pull them off the URL (can I?)
[/snip]

So, if I understand correctly you want to be able to use the GET variables
in a second page where no scripting language is involved and no intermediary
CGI processing is involved, right? If that is the case you are out of luck
as far as I know. You might be able to find something on http://www.ietf.org
but I have never seen anything concerning this.

Jay





More information about the thelist mailing list