El_Dudereno Posted August 21, 2009 Share Posted August 21, 2009 Is it possible to navigate to another page with a button like so: <input type="button" value="Submit" onclick= "second.php~" /> or would I have to use javascript? Link to comment https://forums.phpfreaks.com/topic/171276-simple-navigation/ Share on other sites More sharing options...
Garethp Posted August 21, 2009 Share Posted August 21, 2009 onclick="javascript:document.location='second.php'" Or set the action in the form for second.php Link to comment https://forums.phpfreaks.com/topic/171276-simple-navigation/#findComment-903209 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.