Quote:
so what i want is when i click the "premi" button it will submit form2 without reload the page.
is it possible to do so??and how to do that??
|
No. Submitting a form always changes the page to the action page if there is no target.
Now, you could use a different target and submit it to a new window, an IFRAME, or whatever, but you can't submit it as it is written without losing the page.
If you're using .net, check out postback.