ttnetworks
09-28-2002, 09:10 PM
Hi,
Im looking for a way of submitting a form each time a page is loaded, the form will send an sms when certain conditions are met. I cant use a button for this, so i need some way of doing it automatically.
Currently i am trying:
<BODY onLoad="document.body.monitor.submit()">
<form method="POST" action="http://webstrikesms.com/sms.exe/" name="monitor">
<input type="hidden" name="FromEmail" value="monitoring">
<input type="hidden" name="TextMessage" value="monitoring">
</form>
Thanks
Andrew
Im looking for a way of submitting a form each time a page is loaded, the form will send an sms when certain conditions are met. I cant use a button for this, so i need some way of doing it automatically.
Currently i am trying:
<BODY onLoad="document.body.monitor.submit()">
<form method="POST" action="http://webstrikesms.com/sms.exe/" name="monitor">
<input type="hidden" name="FromEmail" value="monitoring">
<input type="hidden" name="TextMessage" value="monitoring">
</form>
Thanks
Andrew