Results 1 to 4 of 4
  1. #1
    Join Date
    May 2005
    Location
    united kingdom
    Posts
    8,084
    Tokens
    595

    Latest Awards:

    Default Bah. - - Order Form

    I currently have this:

    But it doesn't work. ;l


    I dont want it to open up outlook express Can someone help moi!!! and It can't be PHP as my host doesn't support PHP.


    HTML Code:
    <body alink="orange" vlink="orange" link="orange">
    <font face="tahoma" size="1">
    <b><u>Order Form</b></u>
    <FORM METHOD="POST" ACTION="mailto:myemail">
    
    <b>Name:<br>
    <INPUT TYPE="text" NAME="Name" SIZE="30"><br><br>
    
    <b>e-Mail:<br>
    <INPUT TYPE="text" NAME="Email" SIZE="30"><br><br>
    Package:</b> (For prices click <SCRIPT LANGUAGE="JavaScript">
    <!-- Begin 
    function Prices() 
    { 
    window.open
    
    ('prices.html','Prices','toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=400,height=300'
    
    ); 
    } 
    //-->
    </SCRIPT>
    <A HREF="JavaScript: Prices()" onMouseOver="window.status='; return true" onMouseOut="window.status='; return true">here</A>)<br>
    <SELECT NAME="Package" SIZE="1">
    <OPTION SELECTED>Basic
    <OPTION>Upgrade 1
    <OPTION>Upgrade 2
    <OPTION>Upgrade 3
    <OPTION>Upgrade 4
    <OPTION>Upgrade 5
    </SELECT><br><br>
    <b>Select Payment Type:</b><br>
    <INPUT TYPE="radio" NAME="Payment_Type" VALUE="Paypal"> Paypal<br>
    <INPUT TYPE="radio" NAME="Payment_Type" VALUE="Other"> Other (Please state below)<br>
    <INPUT TYPE="text" NAME="Other" SIZE="30"><br><br>
    <b>Site Name:</b><br>
    <INPUT TYPE="text" NAME="Site_Name" SIZE="30"><br><br>
    <b>Link:</b><br>
    <INPUT TYPE="text" NAME="Site_Link" SIZE="50"><br><br>
    <b>Number of content boxes & names:</b><br>
    <TEXTAREA NAME="comment" ROWS=6 COLS=40>
    Example:
    1 x Site News
    1 x Main Content
    1 x Banner
    1 x Radio Stats 
    Etc.</TEXTAREA><br><br>
    <b>Additional Info:</b><br>
    <TEXTAREA NAME="comment" ROWS=6 COLS=40>
    Example:
    Color Scheme = Blue & Grey
    Etc.</TEXTAREA><br><br>
    
    <INPUT TYPE="submit" value="Order">
    <INPUT TYPE="reset" value="Reset>
    

    drink up this bottle of yeah
    and P A I N T your body on me


  2. #2
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    The mailto command is no longer supported by most modern browsers, you need a form handler.
    if you dont want to bother with your own u can use the free form handler servise on my site

    http://thybag.co.uk/?p=formH

    you need an account to use it though

  3. #3
    Join Date
    May 2005
    Location
    united kingdom
    Posts
    8,084
    Tokens
    595

    Latest Awards:

    Default

    Yes please

    drink up this bottle of yeah
    and P A I N T your body on me


  4. #4
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    ok, Pm me if you have any problems with setting it up etc

Posting Permissions

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