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... ??? Quote Link to comment Share on other sites More sharing options...
Psycho Posted May 18, 2008 Share Posted May 18, 2008 AJAX Quote Link to comment Share on other sites More sharing options...
resago Posted May 18, 2008 Share Posted May 18, 2008 or hidden iframe (oldskool) Quote Link to comment 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. 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.