Recent Posts

Caution: Greetings to all visitors. The site is working in short. Links Please skip the link to view any topic and thank you for visiting
header ads

how to submit a form without rerload or redirect the page ?

i have a web page with multi forms how can i submit any of this forms without reload or redirect the page?

i don't need to get the response from the target page any way


<form>
<input type="text" name="text1" />
<input type="text" name="text2" />
<input type="text" name="text3" />
<input type="submit" name="submit1" />
<input type="submit" name="submit2" />
<input type="submit" name="submit3" />
</form>

<form>
<input type="text" name="text1" />
<input type="text"...
HTML:
how to submit a form without rerload or redirect the page ?

from JavaScript https://ift.tt/2yn4agb
via IFTTT

Post a Comment

0 Comments