JavaScript popups are very useful, allowing you to provide additional information or functionality on a page without navigating away from it. JavaScript popups are very easy to implement, and you can customize them to some extent.
Using Flash And Java To Create Pop-Ups JavaScript / Frames and Window
With Flash it is quite common to have a customized pop up window to hold your flash movie. This is almost always done using HTML and JavaScript. Well, what about having buttons in your flash movies that will open customized pop up windows? In this tutorial I am going to show you how to incorporate Flash and Java to do the same effect from a Flash movie.
Pop-up window JavaScript / Frames and Window
Ever wanted to make a flash or an image pop-up in a window with a specific width and height. Well now you can, with a simple few lines of javascript.
Close Window JavaScript / Frames and Window
Add this nifty script to your pop up pages for the users to close them :). Six great styles that should work if done properly.
Universal JavaScript Rollovers JavaScript / Event Handling
Have you ever seen an image move, change color, or even pop up when you place the pointer over that image? If so, you were most likely experiencing a JavaScript rollover. Rollovers are an excellent way of adding dynamic elements to a web page without penalizing browsers that do not support the necessary features (if the rollover is programmed properly).
DHTML Window widget JavaScript / DHTML and DOM
This is a robust DHTML Window widget that replicates the look and functionality of a traditional pop-up window, minus the intrusiveness. Drag or resize the window widget on the page, minimize or close it, load a new page into it, or spawn whole new windows just as you would with popups.
Javascripts For Your Website JavaScript / Getting Started
Here is a list of short but invaluable Java scripts you can insert into your own site code to implement a number of small but extremely useful features: Add To Favorite, Set As Homepage, Go To Top Of Page, No Right Click, Print Page, Adding Current Date, Adding Current Time, Pop-Up Page Creation, Closing Window and Copyright Notice Updation.
JavaScript Confirmation Boxes JavaScript / Event Handling
A javascript confirmation box can be a handy way to give your visitors a choice of whether or not an action is performed. A confirmation box will pop up much like an alert box, but will allow the viewer to press an "OK" or "Cancel" button.
Pop-up Windows JavaScript / Frames and Window
This how-to article about JavaScript popup windows shows you how to create a basic popup window as well as several more complex popups and includes demos and source code plus a reference list of options for popups.JavaScript allows you to create (open) new windows. Run whatever HTML code you wish in these windows. You can even have actions in one window effect another window.