1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

cgi script needed

Discussion in 'Services' started by continuum, Mar 18, 2007.

  1. #1
    I need a cgi script for a drop down list created for my site. (must be CGI not java)The script must be a drop down list for a redirect.

    I need the script and the html code necessary to execute this.

    I have tried many scripts, but none seem to work on the site. I must be doing something wrong in the coding

    $10 paypal.
     
    continuum, Mar 18, 2007 IP
  2. bscdesign.com

    bscdesign.com Active Member

    Messages:
    681
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    58
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I have attached a zip file with the perl/cgi script in it. Upload it to your cgi-bin in ASCII mode and then CHOMD it to 755.

    Here is the basic HTML code to put on your page(s).

    <form method="post" action="/cgi-bin/redirect.pl">
              <select name="goto">
                <option value="URL">OPTION</option>
                <option value="URL">OPTION</option>
                <option value="URL">OPTION</option>
              </select>
              <input type="submit" name="Submit" value="Go">
            </form>
    Code (markup):
    Replace URL in each option tag with the url you want them to be redirected to. And replace each OPTION with the text you want the visitor to see.

    You can keep the $10. All I ask is that you give me rep. If you need any more help just ask.
     

    Attached Files:

    bscdesign.com, Mar 18, 2007 IP
    continuum likes this.
  3. continuum

    continuum Well-Known Member

    Messages:
    571
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    110
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    You Are a legend.

    I have been playing around with several scripts for months now with no success.

    Please send Paypal details anyway. I will give positive rep and pay as well.

    Thanks

    Continuum
     
    continuum, Mar 19, 2007 IP