Activity Stream
48,167 MEMBERS
62762 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1.     
    #11
    Member
    i also need script but auto popup show of every visit on site no click able popup..

  2.   Sponsored Links

  3.     
    #12
    Member
    Website's:
    KishMishPK.com UniqueBloggerTips.com Mobilessolutions.com CoolLovelySms.com
    Quote Originally Posted by Lock Down View Post
    @Apathetic - great name matches your essence of being.


    @Sahibaan
    Code: 
    <html>
    <head>
    <script type="text/javascript">
    <!--
    function myPopup() {
    window.open( "http://www.youraddress.com/" , "myPopupWindow")
    }
    //-->
    </script>
    </head>
    <body onLoad="myPopup()">
    //
    Your html
    //
    </body>
    </html>
    i put it in footer but not work.

  4.     
    #13
    Banned
    Open a site that using popups
    View its source and copy that popup code
    Simple

  5.     
    #14
    Banned
    Website's:
    Ifyoureseeingthisinsteadofrealbiothenyourenotyetreadytoknow.com
    How to Add Pop-up Windows to Your WordPress Posts

    Step 1

    You need to add thickbox to your WordPress post. You can do this by adding the add_thickbox function to the ?init? function of your theme. In particular, add the code below to your theme functions.php file.

    PHP Code: 
    <?php
    add_action
    ('init''init_theme_method');
     
    function 
    init_theme_method() {
       
    add_thickbox();
    }
    ?>

    Step 2

    Now we can just add the button right in our post and link it to thickbox by specifying class=thickbox. Click on the HTML tab in your post editor and paste the HTML code below into your post.

    PHP Code: 
    <div style="text-align:center;padding:20px;"
    <
    input alt="#TB_inline?height=300&amp;width=400&amp;inlineId=examplePopup1" title="add a caption to title attribute / or leave blank" class="thickbox" type="button" value="Show Thickbox Example Pop-up 1" />  
    </
    div

    Step 3

    Finally, we specify the content that goes into our pop-up window by creating a div with id=examplePopup1.

    PHP Code: 
    <div id="examplePopup1" style="display:none">
    <
    h2>Example Pop-up Window 1</h2>
    <
    div style="float:left;padding:10px;">
    <
    img src="http://shibashake.com/wordpress-theme/wp-content/uploads/2010/03/bio1.jpg"  width="150" height "168"/>
    </
    div>
    I was born at DAZ StudioThey created me with utmost care and that is why I am the hottie that you see todayMy interests include posingtrying out cute outfits, and more posing.
     
    <
    select name=""><option>test</option></select>
     
    <
    strong>Just click outside the pop-up to close it.</strong>
    </
    div

    And just like that, you have your pop-up window.

  6.     
    #15
    Member
    Website's:
    imdber.org justpaste.me
    Quote Originally Posted by Sahibaan View Post
    i put it in footer but not work.
    U need to put what needs to be placed in the <head>, do not place the whole code in your footer given to you in your footer template. There's a very little chance it will help anyway since most browsers block them.

  7.     
    #16
    Respected Member
    Has to be before the body is loaded....

    So in the head as apathetic said.

Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Popup companies ?
    By NightMare in forum Affiliate Programs Promotion
    Replies: 8
    Last Post: 30th Jan 2012, 08:45 PM
  2. [Buying] Need to buy porn popup
    By warhurst in forum Completed Transactions
    Replies: 0
    Last Post: 9th Aug 2011, 07:42 AM
  3. rapidleech and ads popup
    By dede110 in forum Webmasters, Money Making
    Replies: 2
    Last Post: 25th Nov 2010, 10:57 PM
  4. [How To] LiveJasmin.com PopUp
    By Mixloads31 in forum Webmaster Discussion
    Replies: 2
    Last Post: 6th Oct 2010, 10:26 PM
  5. Rapidleech Popup Script
    By proXace? in forum Webmaster Resources
    Replies: 14
    Last Post: 16th Sep 2010, 05:28 PM

Tags for this Thread

BE SOCIAL