Vigilant Psyche Posted May 18, 2008 Share Posted May 18, 2008 Is their a way to send data to a page without actually going to that page? I'm just using a form and post method: <form action='chat_frame.php' method='post'> <input type='text' name='chat' class=generic_black'> <input type='submit' value='Shout!' class='generic_black'/> </form> But I don't want to visit that page while posting... ??? Link to comment https://forums.phpfreaks.com/topic/106207-submit-to-a-file-with-out-visiting-it/ Share on other sites More sharing options...
Psycho Posted May 18, 2008 Share Posted May 18, 2008 AJAX Link to comment https://forums.phpfreaks.com/topic/106207-submit-to-a-file-with-out-visiting-it/#findComment-544365 Share on other sites More sharing options...
resago Posted May 18, 2008 Share Posted May 18, 2008 or hidden iframe (oldskool) Link to comment https://forums.phpfreaks.com/topic/106207-submit-to-a-file-with-out-visiting-it/#findComment-544467 Share on other sites More sharing options...
Vigilant Psyche Posted May 19, 2008 Author Share Posted May 19, 2008 OK thanks, I got it with the second technique. Link to comment https://forums.phpfreaks.com/topic/106207-submit-to-a-file-with-out-visiting-it/#findComment-544895 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.