justuptime.com - monitor your servers & websites

Long URLs.

You are viewing this site as a guest. Join our community to get your questions answered and share knowledge. Active members may advertise and ask for a website critique.

They have: 62 posts

Joined: May 2000

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's picture

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.

They have: 193 posts

Joined: Feb 2000

Was the problem fixed?

Richard
richjb::425

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.