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.
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 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.
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.
Opening a New Browser Window in JavaScript JavaScript / Frames and Window
Learn how to create a new window using JavaScript. This tutorial explains the options for customizing a window including the title, location, size, and if it is resizable. It will also explain how to hide/show the menubar, location bar, status bar, and scrollbars.
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.
Create Your Own "First Visit" Popup Window JavaScript / Frames and Window
It's a proven fact that the use of popup windows is a highly effective marketing technique that produces great results. However, they can be very irritating to your visitors. How can you use this powerful marketing technique without offending your visitors? Compromise and use a popup window that only displays the first time your visitor enters your site.
Javascript Tutorial For Beginners JavaScript / Getting Started
In this tutorial, you will learn how to: Create JavaScript tags and attributes; Embed and include an external js file; Output text with "write" and "writeln" methods; Use other document object methods; Create mesage boxes; Use variables and set up conditions; Create functions; Use event handlers to link with other page or open a new window; Check forms and access form elements; Display date and time; Open and control a window; Deal with frames.