How do I submit a form from another page?
Posted
by Tommy
on Stack Overflow
See other posts from Stack Overflow
or by Tommy
Published on 2010-04-20T21:49:42Z
Indexed on
2010/04/20
21:53 UTC
Read the original article
Hit count: 177
I have a two page site. Each page contains a header with "tabs" at the top, to navigate between page 1 and 2.
When a tab is selected, I need the selected page to re-POST to the server, to quickly refresh before it is displayed.
I have a form on each page that allows a manual refresh from that page but need to submit that form from the other page.
For example, page 2 is displayed. The tab for page 1 is selected (which is on page 2) It should then submit the refresh form on page 1.
Any help is appreciated.
(Using jQuery, js, html and CSS)
© Stack Overflow or respective owner