Results 1 to 2 of 2

Thread: reg SUBMIT Button

  1. #1
    Junior Member
    Join Date
    Dec 2007
    Answers
    1

    reg SUBMIT Button

    How to submit a form with out using SUBMIT button?


  2. #2
    Banned
    Join Date
    Oct 2007
    Answers
    5

    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();
    }


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact