Results 1 to 3 of 3

Thread: Submit HTML form using hyperlink ??

  1. #1

    Thread Starter
    New Member
    Join Date
    Mar 2000
    Location
    SA
    Posts
    5
    HI

    Does anyone know if there is a way in which I could send the contents of an HTML form using a hyperlink, as apposed to a submit button.

    Help will be greatly appreciated

    Yours sincerely

    Oliver Hoppe

  2. #2
    Junior Member
    Join Date
    Jun 2000
    Posts
    27
    Try this one

    <FORM ACTION="mailtoYour Mail)?subject=(the subject)" METHOD="post" ENCTYPE="text/plain"

  3. #3
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    You could do it using JS but then browsers without JS support will be screwed over.
    <a href="javascript:void" onClick="document.formname.submit();">somestuffhere</a>
    "People who think they know everything are a great annoyance to those of us who do."

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width