hi,
I am new to web development. I developed a simple html page with submit button which calls a php script once clicked. Following snippet show the scenario.
[code=html]
<html>
<body>
<br>
<form method="post" action="handles cen.php">
<p style="font-family:helvetic a;font-size:14px">
<BR><BR>
<INPUT TYPE=SUBMIT NAME="SUBMIT4" VALUE="Get Statistics">
</P>
</FORM>
</BODY>
</HTML>
[/code]
I need to add the functionality that "SUBMIT4" button is automatically clicked after certain time (10 secs e. g) repeatedly. Any idea to do this will be greatly appreciated.
Amir
I am new to web development. I developed a simple html page with submit button which calls a php script once clicked. Following snippet show the scenario.
[code=html]
<html>
<body>
<br>
<form method="post" action="handles cen.php">
<p style="font-family:helvetic a;font-size:14px">
<BR><BR>
<INPUT TYPE=SUBMIT NAME="SUBMIT4" VALUE="Get Statistics">
</P>
</FORM>
</BODY>
</HTML>
[/code]
I need to add the functionality that "SUBMIT4" button is automatically clicked after certain time (10 secs e. g) repeatedly. Any idea to do this will be greatly appreciated.
Amir
Comment