I am trying to figure if there is a way to get a fowarding link like
<meta http-equiv='Refresh' content='5; URL=main.php'>
and a normal text link like
<A href='main.php'>click here</A>
to work like
<input type=submit name=options value=Submit>
but I dont want a button that that code creates.
can anyone help me?
Thanks,
campsoup1988