Friday 10, February 2012
Welcome Guest, Register | Login  
      Home    |    Tutorials    |    Free Ebooks    |    Free Scripts    |    Articles    |    Blog     |    Forum    |    About Us    |    Contact Us

  popup window using javascript

This javascript can be used to create a popup window. It will display a mini popup window when page loads.
Cut & Paste Script
<html>
<head>
<title>popup window using javascript</title>
<SCRIPT LANGUAGE="JavaScript">
<!--
function WindowOpen() {
msg=window.open('http://www.net-ads.com', 'Sample', 'toolbar=no',
'location=no',
'directories=no',
'status=yes',
'menubar=yes',
'scrollbars=yes',
'resizable=no',
'copyhistory=yes',
'width=0','height=0');
  }
//-->
</SCRIPT>
</head>
<body onLoad=WindowOpen()>
</body>
</html>

 
   
     RELATED SCRIPTS
 
A sample JSON definition
JavaScript Object Notation, has become a popular alternative to XML for defining structured data using JavaScript.
In strict JSON:
  • All string values must be in double quotes (single quotes won't do).
  • The name portion of each name/value pair must also be ...more »
Category : JavaScript Examples Hits : 359
   
Creating a Popup Once Window using JavaScript
Popup windows are everywhere on the web. Use this script to add one to your site that is NOT annoying, since it only pops up once. Try leaving then coming back to this page- no more popup. ...more »
Category : JavaScript Examples Hits : 322
   
Google Internal Site Search Script
This script will enable you to search within a site using Google search....more »
Category : JavaScript Examples Hits : 915
   
JavaScript Sequential fly-in text script
This script flies in multiple text from the left edge of the window, one at a time in sequential order similar to a PowerPoint effect. It's versatile enough to handle any number of text (or other rich HTML like images!), and you can customize both the animation speed and pause between each messa...more »
Category : JavaScript Examples Hits : 490
   
Drop Down World Clock Using JavaScript
Look up the time of various cities around the world easily with this useful script! Configurable to use cities of your choice....more »
Category : JavaScript Examples Hits : 454
   
   
SCRIPT CATEGORIES
 
  C Programs
C Programs scripts
  C++ Programs
C++ Programs scripts
  Java Programs
Java Programs scripts
  JavaScript Examples
JavaScript Examples scripts
  PHP Examples
PHP Examples scripts
  VBScript Examples
VBScript Examples scripts
 
 
 
POPULAR E-BOOKS
 
Download Electromagnetic Waves and Antennas  Ebook Electromagnetic Waves and Antennas
   
Download Introduction to Programming (in Java) - An Interdisciplinary Approach  Ebook Introduction to Programming (in Java) - An Interdisciplinary Approach
   
Download Passions To Profits Ebook Passions To Profits
   
Download develop your own database software  Ebook develop your own database software
   
Download Algorithms  Ebook Algorithms
   
 
Studiesinn.com © 2012 All Rights Reserved.
Website Designed & Developed by TechXprtz