Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mycz0ne

    alert box that will submit a form

    someone actually gave me a code which worked... however, it's showing a confirm dialog box instead of an alert box... here's the code... function subForm(){ var conf=confirm('Submit?') conf?document.forms['formname'].submit():null; } onload=function(){setTimeout('subForm()',300000)}//5...
  2. mycz0ne

    alert box that will submit a form

    i rally need help... i have this page wherein i have a timer... as soon as the time expires, i want an alert box to appear then submit the form to another page... please... i really need help...

Part and Inventory Search

Back
Top