Fixed but still concerned (was [thelist] Absolute Craziness!!)

Rob Smith rob.smith at THERMON.com
Fri Jan 10 12:26:00 CST 2003


Hello,

Don't as me what the fix was. I didn't fix anything, it just started working
again. :-\

>From BusinessCard.asp:

<form action="parseit2.asp" method="GET" name="Business Card Request">
...
<input type="text" name="Name" value="">
<input type="text" name="Title" value="">
<input type="text" name="Address1" value="">
...
<input type="reset" name="Reset" value="Reset Form">
<input type="submit" name="Submit" value="Submit Business Card Request">
...
</form>

>From parseit2.asp:

...
	  strName = request.querystring("Name")
        strTitle = request.querystring("Title")
        strAddress1   = request.querystring("Address1")
...

tests for output:
response.write("..." & strName & "...")

output:
......

Like I said, it just started working again and I have no clue why it stopped
in the first place.

Rob Smith



More information about the thelist mailing list