angel777 Posted March 22, 2008 Share Posted March 22, 2008 hi.. how do i turn the below into a button instead ? <a href="test.htm"><font color="#0000FF">Terms and Conditions</font> Quote Link to comment Share on other sites More sharing options...
angel777 Posted March 22, 2008 Author Share Posted March 22, 2008 <FORM action=abc.php> <a href="registration.php"><INPUT type=button value=Register ></a> <INPUT class=button type=submit value=Login name=submit></FORM> i am not able to get the registration.php why ? Quote Link to comment Share on other sites More sharing options...
zenag Posted March 22, 2008 Share Posted March 22, 2008 we can,t make link for button... a page can be called through button by onclick function ..like <INPUT type=button value=Register onclick="function ()"> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.