Thanks Martin , it gelled :)

-----Original Message-----
From: Martin Holm [mailto:[EMAIL PROTECTED]
Sent: Thursday, November 18, 2004 8:07 PM
To: Mulley, Nikhil
Cc: [EMAIL PROTECTED]
Subject: Re: [PHP] HTML button as hyperlink


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

Reply via email to