Wealth Area Forums Forum Index Wealth Area Forums
Where we build Friendship and wealth together.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Pop-ups

 
Post new topic   Reply to topic    Wealth Area Forums Forum Index -> HTML
View previous topic :: View next topic  
Author Message
liferulez



Joined: 25 Dec 2006
Posts: 2

PostPosted: Mon Dec 25, 2006 8:29 am    Post subject: Pop-ups Reply with quote

How do I make a pop-up in my website?
Back to top
View user's profile Send private message
darkstar_tfd



Joined: 30 Jan 2007
Posts: 11

PostPosted: Tue Jan 30, 2007 4:22 pm    Post subject: Reply with quote

using java script. You can search for some tutorials
Back to top
View user's profile Send private message
abixalmon



Joined: 09 Feb 2007
Posts: 11
Location: http://www.avistaz.com/

PostPosted: Sat Feb 10, 2007 6:39 am    Post subject: Reply with quote

Put this in HEAD section of HTML file
Code:

<script language="javascript">
<!--
  function openWindow(url, w, h) {
    var options = "width=" + w + ",height=" + h + ",";
    options += "resizable=No,scrollbars=Yes,status=No,";
    options += "menubar=no,toolbar=no,location=no,directories=no";
    var newWin = window.open(url, 'newWin', options);
    newWin.focus();
  }
//-->
</script>



Use this in the link to load popup

FORMAT: openWindow('Path', 'Width', 'Height')
Code:

<a href="#" onClick="openWindow('pathtofile/file.html', 550, 450)">LINK NAME</a>

_________________
-------------
Bhutan Web Technologies | AvistaZ Asian Movies
Back to top
View user's profile Send private message
hawt2max



Joined: 09 Jun 2007
Posts: 20

PostPosted: Sat Jun 23, 2007 4:38 pm    Post subject: Just in time Reply with quote

How do pop up advertisements get onto blogs? Just wondering, since I'm not the one who put it there...
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Wealth Area Forums Forum Index -> HTML All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group