Register | Login
Friday, July 04, 2008

Sections
  
About Us
  
Hosting Provided by Server Intellect
Partners
Downloads
  
 WWWCoder.com Resource Directory

Adding Popup Windows
12/5/1999 12:00:00 AM

Simple tutorial on adding links to your site that will open a small popup window with containing your specified content.

 I find it handy to open small content in a window. If I just have a small help file or something that really doesn't deserve a whole window I just create a link on my page that opens a small window with the page loaded in it. It's really very simple, but since I can never seem to find the script that works in both IE and Netscape I decided to post it here on Santry.com for easy reference. The first thing is to add a link on a page that points nowhere and then add the Javascript onclick event to the href tag that will then open a new window.


<a href="#" onClick="window.open('http://www.santry.com/help.htm', 'newWin','toolbar=no,location=no left=40 hight=100,scrollbars=yes,width=350,height=500');">


You can see when a user clicks on the hyperlink it will call the window.open procedure. In this procedure you can pass a variety of properties in order to display your window. First, is mandatory and that the url that you want to load. Then there is the name of the window, this is used when refering to the window again via scripting. The last property here is a string that defines the appearance of the new window, you can pass the size, position, features and other criteria here.  


Page Options:
format for printing  Format for Printer
email article  Email Page
add to your favorites   Add to Favorites
How would you rate the quality of this content?
Poor - - Excellent
Comments?
Overall Rating:
Comments Left:
Left on 7/4/2007 2:17:17 PM by Anonymous
Comments:
  

 Latest Articles
  

 Latest News
  

 

Spotlight
Syndication

 


 


Digg This
 


DotNetNuke Platinum Benefactor

  
 

 Terms Of Use | Privacy Statement
 Copyright 2008 - Santry Technology Solutions, Box 172, Girard, PA 16417, (814) 774-0970