Handling URL timeout on form POST

Y

yer darn tootin

Hope someone can advise here...

It's common to want to POST data via hidden fields to another URL, but
what happens if the URL isn't responding? Is there any way to handle
things if the URL you've posted to isn't working?

<html>
<head></head>

<body onload="document.myform.submit()">

<form name="myform" method="POST" action="http://
www.somewhereelse.com" >

<input name="myname" type="hidden" value="myval">
<input name="myname2" type="hidden" value="myval2">

</form>
</body>
</html>

Thanks for any help,
Bob
 
R

rf

yer darn tootin said:
Hope someone can advise here...

It's common to want to POST data via hidden fields to another URL,

Is it?
but
what happens if the URL isn't responding? Is there any way to handle
things if the URL you've posted to isn't working?

Go over to their house and force them to make their URL respond/work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,143
Latest member
DewittMill
Top