Geeks Talk

Prepare for your Next Interview




reg SUBMIT Button

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?...


Go Back   Geeks Talk > Software Development > Java

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 12-05-2007
Junior Member
 
Join Date: Dec 2007
Posts: 1
Thanks: 0
Thanked 1 Time in 1 Post
sunibng is on a distinguished road
reg SUBMIT Button

How to submit a form with out using SUBMIT button?
Reply With Quote
The Following User Says Thank You to sunibng For This Useful Post:
Sponsored Links
  #2 (permalink)  
Old 12-07-2007
Banned
 
Join Date: Oct 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
sarithahere528 is on a distinguished road
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();
}
Reply With Quote
Reply

  Geeks Talk > Software Development > Java


Thread Tools
Display Modes


Similar Threads

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


All times are GMT -4. The time now is 01:42 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Copyright © 2008 GeekInterview.com. All Rights Reserved