|
Use JavaScript to display Pop-up Windows, Pop-up Images, and Pop-up Weather on your Site. Four unique Scripts with detail instructions for their use are available here.
Pop-up
Windows
are easy to do using the JavaScript method
window.open().
However, I found that it has limitations and have developed 2 scripts
to make it easier to use pop-up windows on your pages.
- The first Script is used to open any Web Page in a Pop-up Window.
- The second Script has a more specific purpose. It is used to display an image in a Pop-up window. A common use for this Script is to display the full size version of a picture when a thumbnail of it is clicked on.
The Pop-up Scripts are available free for use on sites that are family oriented. Please
click here
for details on using Scripts from JavaScript Corral.
Select from the following to learn more about the Scripts and their use:
|
Pop-up Windows
|
Display a Web page in a pop-up Window when someone clicks on a link. The basics for doing pop-up windows is included on this page and is recommended reading. |
|
One Time Pop-up
|
A Pop-up Window that will only open one time. Perfect for displaying pop-up ads or your home page welcome message. |
|
Pop-up Images
|
Display an image in a pop-up window. This script is ideal if you would like to display a thumbnail of an image on your page and have the full size image displayed in a pop-up window when someone clicks on it. The script also works from a regular link.
|
|
Pop-up Calculator
|
This is the first script I did that uses a pop-up window. I left it here because I think it is kinda neat.
|
|