<html><div style='background-color:'><DIV class=RTE>Hi All,</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I am wanting to auto-submit a form every x mins. I have the following code.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>&lt;script type="text/javascript"&gt;<BR>function reFresh() {<BR>&nbsp;document.form.submit();<BR>}<BR>window.setInterval("reFresh()",10000);<BR>&lt;/script&gt;</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>However, this is an ASP page, and I have 4 submit buttons, each performing different actions on the page. The page gets submitted to itself, and I grab the name of each button and perform something different.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>I would like to simply add a auto-save, so is there anyway I can use JS to auto submit one of those buttons that I already have, like instead of it being clicked, it is captures in an onsubmit event or something.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>Thanks for any help on this.</DIV>
<DIV class=RTE>&nbsp;</DIV>
<DIV class=RTE>Alan...</DIV></div><br clear=all><hr>MSN Hotmail is evolving – check out the new  <a href="http://g.msn.com/8HMBENUK/2740??PS=47575" target="_top">Windows Live Mail</a> </html>