Image pop up or sign up box when visitor visits website/blog

Discussion in 'Programming' started by moneybrown, Mar 11, 2012.

  1. #1
    Just want to know what you call it. Or if there are any free scripts I can easily drop in my blogger html code section and have a image (banner, promo,ad) or even a sign up/email subscription box. Where can I find this...please help me
     
    moneybrown, Mar 11, 2012 IP
  2. code2011

    code2011 Peon

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi
    this call popup,
    for signup you need the autoresponder
     
    code2011, Mar 11, 2012 IP
  3. NothingLikeThis

    NothingLikeThis Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    use javascript for calling a pop up , for opening a window when the site loads at the client end use javascripts its easy to code with it
     
    NothingLikeThis, Mar 11, 2012 IP
  4. sleeponcommand

    sleeponcommand Greenhorn Affiliate Manager

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #4
    hi i have been battling for a couple of days to find the right scripts for this. what works in IE, fails in firefox, chrome or safari.. mindf***cked. please help!!
    want to make a clickable link, that when clicked opens a pop up window with exact dimensions as specified.
     
    sleeponcommand, Mar 14, 2012 IP
  5. sleeponcommand2

    sleeponcommand2 Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    to clarify, we're trying to build a pop-up add out of jpg artwork that is in itself a clickable link. don't want address bar and all that shite, just a window that pops up. it needs to be put on our server so when marketeer pops our ad up, what gets pulled is just a smallish window containing the jpg. copy is in the jpg itself.
     
    sleeponcommand2, Mar 14, 2012 IP
  6. gamezfever

    gamezfever Member

    Messages:
    48
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    45
    #6
    Use this to popup window
    <script language="javascript">
    window.open('http://yoursite.com','','width=800,height=600')
    </script>
     
    gamezfever, Mar 14, 2012 IP
    sleeponcommand likes this.
  7. sleeponcommand

    sleeponcommand Greenhorn Affiliate Manager

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    18
    #7
    ok thanks will try out. r u sure it works on all browsers though?

    we'll give it a shot anyways
    thanks
     
    sleeponcommand, Mar 14, 2012 IP
  8. gamezfever

    gamezfever Member

    Messages:
    48
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    45
    #8
    i try it on firefox 10+, google chrome, IE9 All worked
     
    gamezfever, Mar 14, 2012 IP