Results 1 to 2 of 2

submit form

This is a discussion on submit form within the Programming forums, part of the Web Designing & Development category; how can we submit form without submit BUTTON??????...

  1. #1
    Member Array
    Join Date
    Aug 2011
    Posts
    39

    Default submit form

    how can we submit form without submit BUTTON??????

  2. #2
    Junior Member Array
    Join Date
    Feb 2012
    Location
    Miami, Florida
    Posts
    17

    Default Re: submit form

    Here is a function that submits a form by pressing ENTER :


    <!--
    function lemmein(keypressed) {
    var key;

    if (document.all) {
    key=window.event.keyCode;
    } else {
    key=keypressed.which;
    }

    if (key==13) {
    document.form1.submit();
    }
    }
    // -->


    and then:

    <!--
    document.form1.Password.onkeypress=lemmein;
    document.form1.user.onkeypress=lemmein;
    // -->



Similar Threads

  1. Form Help
    By emgaixinh4 in forum Web Design
    Replies: 0
    Last Post: 12-10-2011, 04:50 PM
  2. Form to database?
    By zhanhasgd in forum Web Design
    Replies: 0
    Last Post: 10-31-2011, 07:01 AM
  3. Form W-9
    By Zerrinrayenz in forum General Business
    Replies: 0
    Last Post: 05-05-2011, 09:31 AM
  4. What is the form tag and how can I use it?
    By arren13 in forum Web Design
    Replies: 7
    Last Post: 03-11-2011, 12:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO Forum | Web Hosting Forum | Websites For Sale |