Mulley, Nikhil wrote:
Hi All,
My Question is that , I have an HTML page , how can I make it as
Hyperlink instead of a Form Button
When user clicks on that button , it must be a href link .
Please guide me.
Thanks,
Nikhil.
.
first of all, i dont see anything regarding php in this question.
<form method="post" action="http://new.url.com/whatever.html">
<input type="submit" value="Go to other page">
</form>
// Martin
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php