View Single Post
Old 11-04-2004, 09:26 AM   #2 (permalink)
kaeli69
Registered User
 
kaeli69's Avatar
 
Join Date: Apr 2003
Posts: 30
kaeli69 is an unknown quantity at this point
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.
kaeli69 is offline   Reply With Quote