Hi,
Code below sends values to the test1.php with button. Is there any way to use <a> link to do same thing?
Thanks
<form method="post" name="form">
<input type="text" name="name" />
<input type="submit" name="submit1" value="submit1" onclick="javascript: form.action='test1.php';" />
</form>