Prepare for your Next Interview
This is a discussion on reg SUBMIT Button within the Java forums, part of the Software Development category; How to submit a form with out using SUBMIT button?...
|
|||
|
reg SUBMIT Button
How to submit a form with out using SUBMIT button?
|
| The Following User Says Thank You to sunibng For This Useful Post: | ||
| Sponsored Links |
|
|||
|
Re: reg SUBMIT Button
>>>>>> How to submit a form with out using SUBMIT button?
on button u just call onclick() function eg : onclick="submit();" then in javascript function submit() { document.forms[0].action = "/SomeUrl.do"; document.forms[0].submit(); } |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| When I submit the JSP page it is not going to servlet | Geek_Guest | JSP | 2 | 08-21-2008 12:38 PM |
| Disabled Web Button | Geek_Guest | QTP | 1 | 10-12-2007 04:37 AM |
| Code to click on 6 button | Geek_Guest | QTP | 8 | 09-16-2007 01:39 PM |
| is it possible to put a underline for text in button ? | psuresh1982 | HTML & CSS | 1 | 07-18-2007 02:36 AM |
| Invitation to Submit Tech Articles | admin | Site News & Announcements | 0 | 01-03-2007 09:50 AM |