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> Link to comment https://forums.phpfreaks.com/topic/97317-make-a-button/ 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 ? Link to comment https://forums.phpfreaks.com/topic/97317-make-a-button/#findComment-498021 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 ()"> Link to comment https://forums.phpfreaks.com/topic/97317-make-a-button/#findComment-498069 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.