Results 1 to 3 of 3

Thread: Hyperlink Form Submiting

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    34
    How can I submit the contents of an HTML form using a hyperlink (A HREF) ???

    Thanx in advance

    Oliver

  2. #2
    New Member
    Join Date
    May 2000
    Location
    LA County California
    Posts
    4

    RE: HTML Form

    Oliver, Html form is stored in cgi format. Just set your email address in the CGI and tell the CGI when submit is clicked to perform the action of emailing it you. Check out this site http://dir.yahoo.com/Computers_and_I...rface/Scripts/ There are alot of free scripts you can copy paste and do a little bit of editing most site will tell you how to modify the script.

  3. #3
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    try this:

    Code:
    <FORM  method="post" action="whatever.asp" Name="frm1">
    	<A HREF="javascript:document.frm1.submit()">Click here to submit</A>
    </FORM>
    Mark
    -------------------

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