Results 1 to 5 of 5

Thread: popup pages...
      
   

  1. #1
    civcivcikcikder is offline Sergeant
    Join Date
    Nov 2005
    Posts
    20

    Default popup pages...

    Hi,
    How can I add popup pages to my site...? Thanks a lot...

  2. #2
    Brad's Avatar
    Brad is offline Forum Administrator
    Join Date
    Jun 2005
    Location
    Wilmington, Delaware
    Posts
    525

    Default

    You will need some java script for this. Do a google search.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    Glenn's Avatar
    Glenn is offline Members
    Join Date
    May 2005
    Location
    Sydney
    Posts
    34

    Default

    Quote Originally Posted by civcivcikcikder
    Hi,
    How can I add popup pages to my site...? Thanks a lot...

    Send me a email and try this on for FREE and see if you like .
    This on has 4 different types.Little bit of getting use to .But it is easy after that
    Glenn

  4. #4
    Maddog's Avatar
    Maddog is offline Lieutenant Colonel
    Join Date
    May 2005
    Location
    UK
    Posts
    514

    Default

    Quote Originally Posted by civcivcikcikder
    Hi,
    How can I add popup pages to my site...? Thanks a lot...
    Add the following to code to "betweenthe Head"

    <script language="javascript" type="text/javascript">

    <!--

    var win=null;

    function NewWindow(mypage,myname,w,h,scroll,pos){

    if(pos=="random"){LeftPosition=(screen.width)?Math .floor(Math.random()*(screen.width-w)):100;TopPosition=(screen.height)?Math.floor(Mat h.random()*((screen.height-h)-75)):100;}

    if(pos=="center"){LeftPosition=(screen.width)?(scr een.width-w)/2:100;TopPosition=(screen.height)?(screen.height-h)/2:100;}

    else if((pos!="center" && pos!="random") || pos==null){LeftPosition=0;TopPosition=20}

    settings='width='+w+',height='+h+',top='+TopPositi on+',left='+LeftPosition+',scrollbars='+scroll+',l ocation=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';

    win=window.open(mypage,myname,settings);}

    // -->

    </script>

    change the parts in red to what you what.

    then to make "link" place the following in a html box where to want the link

    <FONT style="FONT-SIZE:10pt" color="#000000" face="Arial">
    <a href="http://www.yoursite/pagetopopup.html" onclick="NewWindow(this.href,'message','495','600','yes','center');return false" onfocus="this.blur()" class="style1">Pop up Link</A></FONT>

    again change the parts in red.

    If you have "link" style change "stlye1" to the correct name, if not remove class="style1"

    you can change the font size colour etc are required

    if you what to use a image instead use the following in HTLM box

    <a href="http://www.yoursite/pagetopopup.html" onclick="NewWindow(this.href,'message','800','500','no','center');return false" onfocus="this.blur()"><img src=" http://www.yoursite/pagetopopup.gif" align="top" border=0 width=109 height=27 ></a>

    * make sure you set the right height, width of the image

    any problems either email me or post here


    www.bluevodaexchangelink.com
    BluevodaExchangeLink Help Center
    Bluevodaexchangelink Forum

    The only place for bluevoda site to be linked with!

  5. #5
    civcivcikcikder is offline Sergeant
    Join Date
    Nov 2005
    Posts
    20

    Default

    thanks for answers...

Thread Information

Users Browsing this Thread

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

     

Similar Threads

  1. Deleting web pages
    By delsbree in forum cPanel - Control Panel
    Replies: 7
    Last Post: 11-18-2008, 05:23 PM
  2. linking pages together using blue voda
    By Anonymous in forum BlueVoda - General Issues
    Replies: 5
    Last Post: 08-09-2008, 02:55 AM
  3. linked pages
    By gijoker in forum The Voda Lounge (Chit Chat)
    Replies: 6
    Last Post: 04-27-2008, 04:06 PM
  4. Saving pages in BV...What's my bug? a story...hmmm
    By mday8 in forum General Support Issues
    Replies: 6
    Last Post: 04-04-2007, 02:11 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

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