Randy Posted March 8, 2006 Share Posted March 8, 2006 Is it possible to make a submit button just look like a normal link...if i was to use whatever.php?msg=This is the message and it would probably be too long to use GET Quote Link to comment Share on other sites More sharing options...
JasperBosch Posted March 8, 2006 Share Posted March 8, 2006 Hi,You could try this:[code]<form name="nameOfTheForm" action="phptest1.php" method="POST"><input type="hidden" name="msg" value="This is the message and it would probably be too long to use GET"/><a href="javascript :document.nameOfTheForm.submit();">submit</a></form>[/code](Remove the blank after 'javascript' and before ':') 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.