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.

Need help on a html code

Discussion in 'HTML & Website Design' started by IceFurl, Nov 7, 2010.

  1. #1
    Last edited: Nov 7, 2010
    IceFurl, Nov 7, 2010 IP
  2. bmxer193

    bmxer193 Greenhorn

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #2
    I'm not 100% sure what you mean. If your more specific I could probably help you
     
    bmxer193, Nov 7, 2010 IP
  3. IceFurl

    IceFurl Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    After the guy enters the website he wants to go to, he will be taken there but that code will be attached
     
    IceFurl, Nov 7, 2010 IP
  4. bmxer193

    bmxer193 Greenhorn

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #4
    So you want the website the guest types in to open in a frame and your website banner still along the top of the page because the guest is still technically on your page? Sorry I just want to be clear so I get the code right for you the first time
     
    bmxer193, Nov 7, 2010 IP
  5. IceFurl

    IceFurl Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    No the guy types in a site. Then the code automatically adds that data after the equals sign
     
    IceFurl, Nov 7, 2010 IP
  6. wd_2k6

    wd_2k6 Peon

    Messages:
    1,740
    Likes Received:
    54
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Your form would be something like:
    
    <form action="" method="get">
    <label for="url">URL:</label>
    <input type="text" name="url" id="url" />
    </form>
    
    Code (markup):
    Then on submit the URL would be:
    currenturl.com/?url=userenteredvalue

    When using "GET" as the form method it appends all form data to the end of the action url on submit as you can see.

    Here's a basic article on handling form data:
    http://www.tizag.com/phpT/postget.php
     
    wd_2k6, Nov 7, 2010 IP
  7. emdubl

    emdubl Member

    Messages:
    74
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #7
    you are going to need some php coding.. not just straight html.
     
    emdubl, Nov 8, 2010 IP
  8. natsu90

    natsu90 Greenhorn

    Messages:
    18
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #8
    forums.digitalpoint.com/showthread.php?t=2029720&highlight=adf.ly+api
     
    natsu90, Dec 21, 2010 IP
  9. MyEasyCpa

    MyEasyCpa Peon

    Messages:
    336
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #9
    My brother is the master of this type of thing, I will try and get him to PM you later tonight buddy
     
    MyEasyCpa, Dec 21, 2010 IP