![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archivehttp post on submit, URL being encoded
From: <wingsforwheels@hotmail.com>
Date: Tue Jan 31 2006 - 23:51:53 CET
Prior to posting a form (.asp page) to a URL, I check the parameters
The code is as follows:
alert(document.formA.Source.value);
<BODY bgcolor="#FFFFFF" onLoad="PostToURL();">
<form name="formA" action="<%= Session("strURL") %>">
</BODY>
My alert prior to the form submit shows:
The result of the post is:
|