 |
Wealth Area Forums Where we build Friendship and wealth together.
|
| View previous topic :: View next topic |
| Author |
Message |
liferulez
Joined: 25 Dec 2006 Posts: 2
|
Posted: Mon Dec 25, 2006 8:29 am Post subject: Pop-ups |
|
|
| How do I make a pop-up in my website? |
|
| Back to top |
|
 |
darkstar_tfd
Joined: 30 Jan 2007 Posts: 11
|
Posted: Tue Jan 30, 2007 4:22 pm Post subject: |
|
|
| using java script. You can search for some tutorials |
|
| Back to top |
|
 |
abixalmon
Joined: 09 Feb 2007 Posts: 11 Location: http://www.avistaz.com/
|
Posted: Sat Feb 10, 2007 6:39 am Post subject: |
|
|
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 |
|
 |
hawt2max
Joined: 09 Jun 2007 Posts: 20
|
Posted: Sat Jun 23, 2007 4:38 pm Post subject: Just in time |
|
|
| How do pop up advertisements get onto blogs? Just wondering, since I'm not the one who put it there... |
|
| Back to top |
|
 |
|
|
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
|