Hey,
Can I submit a form without leaving the page I'm on?
So I have a form, a push on the submit button, I go to a javascript (or something else) and the script will submit the form but I'm staying on the same page.
index.php
<form name="form1" method="post" action="join.php"></form>
I have to stay on the index.php.
Is there a way to do this?
The One And Only KryptoS
Can I submit a form without leaving the page I'm on?
So I have a form, a push on the submit button, I go to a javascript (or something else) and the script will submit the form but I'm staying on the same page.
index.php
<form name="form1" method="post" action="join.php"></form>
I have to stay on the index.php.
Is there a way to do this?
The One And Only KryptoS