/ Published in: PHP
Expand |
Embed | Plain Text
<?php function thelink($tabname, $location, $theanchor){ $tabname . '\'; document.myform.action=\''. $location. '\'; document.myform.submit(); return false">'. $theanchor. '</a>'; } ?> <form method=post name="myform" action=""> <input type="hidden" name="formVar" value=""> <input type="submit" value="Send form!"> </form>
You need to login to post a comment.
