On Apr 23, 11:40 am, Scott Bryce <sbr...@scottbryce.comwrote:
Can you post a URL?
Unfortunately I can't because it's an admin area of the website.
However, it doesn't seem to be a coding problem. The following code
would produce the error:
<form method='post' action='page2.asp'>
<input type='text' name='variable1' value='abcdefg'>
<input type='text' name='variable2' value='abcdefg'>
</form>
Page2.asp code would be:
<% Response.Write Request.Form %>
You don't have to know asp... The code on the second page would simply
spill out the entire contents of the form. Or at least, it should. And
it does, as long as the form is in its own window. If it's in a frame,
however, the form contents are empty.
This is not an asp issue, since Firefox and Safari both work fine, as
well as IE6 and below. It has to be something about how IE7 sends form
data.
Thanks for your help.
Regards,
Jonathan