Y T Nuke  
Results 1 to 7 of 7
I want to place pop ups in my site but I don't know where to ...
  1. #1
    multiclick is offline Newbies
    Join Date
    Jan 2010
    Posts
    24
    Reputation
    10
    Thanks
    32
    Thanked 10 Times in 4 Posts

    Default How to place pop ups in my site

    I want to place pop ups in my site but I don't know where to place the code of the pop up. I mean when somebody clicks on SEARCH I want to be open a pop up or when somebody clicks somewhere else to be open a pop up...
    Please help me?

    sorry for my bad english

  2. #2
    multiclick is offline Newbies
    Join Date
    Jan 2010
    Posts
    24
    Reputation
    10
    Thanks
    32
    Thanked 10 Times in 4 Posts

    Default Re: How to place pop ups in my site

    please help...I need this

  3. #3
    flexnds's Avatar
    flexnds is offline Jr. VIP
    Join Date
    Jan 2010
    Location
    AZ
    Posts
    552
    Reputation
    190
    Thanks
    262
    Thanked 506 Times in 183 Posts

    Default Re: How to place pop ups in my site

    If you're using wordpress there are many plugins that do this. I can't post URLs yet, but there are many pop up generators that you can just plug your info into and it will give you the javascript to copy and paste.

  4. #4
    multiclick is offline Newbies
    Join Date
    Jan 2010
    Posts
    24
    Reputation
    10
    Thanks
    32
    Thanked 10 Times in 4 Posts

    Default Re: How to place pop ups in my site

    I have the javascript but I don't know where to paste it?

  5. #5
    multiclick is offline Newbies
    Join Date
    Jan 2010
    Posts
    24
    Reputation
    10
    Thanks
    32
    Thanked 10 Times in 4 Posts

    Default Re: How to place pop ups in my site

    ??????

  6. #6
    flexnds's Avatar
    flexnds is offline Jr. VIP
    Join Date
    Jan 2010
    Location
    AZ
    Posts
    552
    Reputation
    190
    Thanks
    262
    Thanked 506 Times in 183 Posts

    Default Re: How to place pop ups in my site

    most simple pop ups require some code between the <head> tags. Some may require some code to be placed in the head tags and in the body. Or you can place some of it in an external file and link to it. Just depends. See if you can paste all of the code here and I will play with it...

  7. #7
    flexnds's Avatar
    flexnds is offline Jr. VIP
    Join Date
    Jan 2010
    Location
    AZ
    Posts
    552
    Reputation
    190
    Thanks
    262
    Thanked 506 Times in 183 Posts

    Default Re: How to place pop ups in my site

    Add this to your website as you see below.

    HTML Code:
    <HTML> 
    <HEAD> 
    <TITLE>Opening a Popup Window</TITLE> 
    <SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT"> 
    <!-- Hide script from old browsers
     
    function popup(){
     
    popupwindow = window.open("somewhere.html","","toolbar=no,location=no,scrollbars=no,resizable=no,width=400,height=200,left=500,top=200")	
     
    }
    // End hiding script from old browsers --> 
    </SCRIPT> 
    </HEAD> 
    <BODY onLoad="popup()" onunLoad="popup()"> 
     
    </BODY> 
    </HTML>
    Now you need to make a file named somewhere.html and put it in the public directory of the domain you are making the pop up for. I'm assuming you know how to use your FTP. This html file is your pop.
    Last edited by flexnds; 07-30-2010 at 06:55 PM.

Dot Gov Backlinks Sale


Smarter Submit

Similar Threads

  1. What's the best place to sell a site?
    By nimbus49 in forum BlackHat Lounge
    Replies: 8
    Last Post: 07-07-2010, 02:36 PM
  2. Replies: 6
    Last Post: 02-23-2010, 03:02 AM
  3. best place to host a pron site?
    By pr0xy in forum BlackHat Lounge
    Replies: 0
    Last Post: 10-26-2009, 12:22 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
  SEnukeX SEO Software
Proudly Powered by Hostwinds.com Web Hosting Click Here For Exclusive BHW Discounts!

Cheap Web Hosting


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76