manix Posted August 7, 2011 Share Posted August 7, 2011 Hello, How can I force an input submit button to autoclick when the page is loaded? Or if there's another way to do this here's what I'm trying to do I'm creating a view profile page which is an ordinary public profile viewer but I don't want the link to be something like "/profile.php?id=1203872438974" so instead if $_GET['id'] is set I'm having a form with a hidden input which holds the ID automatically submit it to the same page and this time access it with $_POST so the page would look like "/profile.php" Quote Link to comment https://forums.phpfreaks.com/topic/244129-force-input-click/ Share on other sites More sharing options...
manix Posted August 7, 2011 Author Share Posted August 7, 2011 UPDATE: I actually found out how to do this, but is it a good idea tho ? Quote Link to comment https://forums.phpfreaks.com/topic/244129-force-input-click/#findComment-1253739 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.