Results 1 to 5 of 5

Thread: Help with return disable

  1. #1
    Join Date
    Feb 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Help with return disable

    I have a HTML page on a UNIX server that calls a perl script as the form action. I have tried serveral scripts that disable the return key, but none of them work. From what I can tell, it has something to do with having the perl script as the action part of the form. I'm ready to take my frustrations out on the computer with a sledge hammer. HELP!

  2. #2
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  3. #3
    Join Date
    Feb 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    That is one of the first scripts I tried. It worked great on a prior project, but not on this one.

  4. #4
    Join Date
    Aug 2004
    Location
    Brighton
    Posts
    1,563
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hmm - have you got a link to the problematic page?
    I can't think what would be going wrong.

    cr3ative
    A retired member, drop me a line through my site if you'd like to find me!
    cr3ative media | read the stickies

  5. #5
    Join Date
    Feb 2005
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I don't hae the link but here is the form statement and the function call:

    <form name="Form1" method="post" action="/cgi-bin/delpeople.pl"
    onSubmit="return validate(document.Form1)">

    onkeypress="return handleEnter(this, event)">

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
  •