OK, I have this script that sends a ton of info to the server. All the info appears in the URL box in my browser. Now, I guess there's so much info that it all doesn't get to the server, because a hidden field in the script obviously doesn't get there. How do I solve this all?






Mark Hensler posted this at 05:18 — 30th August 2000.
He has: 4,044 posts
Joined: Aug 2000
are you using a form? (you said hidden field)
I'm no expert, but try "method=post" to send the data to the buffer
Mark Hensler ["Max Albert"] [Email]
If there is no answer on Google, then there is no question.
richjb posted this at 13:11 — 6th September 2000.
They have: 193 posts
Joined: Feb 2000
Was the problem fixed?
Richard
richjb::425
Vorm posted this at 17:46 — 10th September 2000.
They have: 62 posts
Joined: May 2000
Yeah, the problem was fixed, thank you!
It also appears that new versions of IE won't submit forms unless they have a method attribute.