Javascript open window sometimes is useful for adding a popup window to your pages. When the user clicks on a link, a new window opens and displays a page.
FreeVersion: n/a Platform(s): n/a Updated: Thu Jun 28 2007
This is a DHTML replacement for popup windows created with window.open() JavaScript function. DHTML popup window has the following advantages over the standard popups: it has fully customizable design; it will not be blocked by popup blocking software; unlike standard popups, it will not be sent to back when you click on the main window. You have many options to position DHTML popup window: relative to the browser window, relative to the mouse pointer, relative to an HTML element, or you can keep its current position. Also, you can move and close DHTML popup window just the same way as a window in a Windows application.
FreeVersion: n/a Platform(s): n/a Updated: Mon Jan 7 2008
This javascript DHTML fade-in popup (popin) window is like those you're seeing all over the web these days. You can't use window.open() any more because of popup blockers. This script creates a virtually unblockable popup ad or newletter signup form with just a little javascript that you can cut and paste into any page on your website! It fades into the page in an animated manner, so it looks very professional.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Wed Nov 14 2007
Popup window replacement (a box will be shown on the page when visitor clicks a hyperlink). Will not be blocked by browsers and will not annoy visitors as normal popup windows usually do. Can be used to show page additional information, such as author bio, page history or a sitemap. Gracefully degrades if the browser has Javascript turned off or DOM is not supported.
FreeVersion: 070301 Platform(s): n/a Updated: Wed Dec 12 2007
Popup window replacement. The script will show an
absolutely-positioned box centered in the currently displayed page part. It can be triggered by hyperlink click, page load or any other event. It will show contents of a separate HTML from your server. Only one box will be shown at the same time. Will not be blocked by browsers.
FreeVersion: 070703 Platform(s): n/a Updated: Wed Dec 12 2007
Popup window replacement (a box will be shown on the page when visitor clicks a hyperlink). It will display contents of a separate HTML from your server. Only one box will be shown at the same time. Can be used to show supplementary information such as author biography, page history or a sitemap. Will not be blocked by browsers. Gracefully degrades if the browser has Javascript turned off or DOM is not supported.
FreeVersion: 070401 Platform(s): n/a Updated: Sun Apr 13 2008
Windows as layer objects are commonly used to display item details overlaying a condensed listing of items within the Web page that is confined by limited page layout space. Included AJAX class routine may be used to retrieve an object's details from a dynamic page requesting database information on the specific items. Each object's formatted content is fed directly to the link when the mouse moves over the link as inline HTML. The Web page visitor user action triggers an onmouseover or other event, which initiates the process of displaying a drag and drop window with detailed info. on the specific item. The practical application of this interactive component is often seen on Web pages with galleries of item thumbnails or listings where further details are shown when the mouse is clicked or moved over the link. DHTML script is cross browser compatible, offers many parameters, includes complete documentation. Examples and user-friendly wizard enable instant integration into Web pages.
FreeVersion: 2.10 Platform(s): linux, windows, freebsd, osx, sun Updated: Wed Nov 28 2007
Standard JS popup stops scripts execution, as long as it is visible.
DHTML popup can be i.e. displayed with onLoad event, while the rest of the page continues to load.
Features:
- two versions: with OK and OK/Cancel buttons,
- you can bind custom functions to buttons,
- popup window is movable,
- there can be only one popup on the screen.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Wed Oct 10 2007
Opening popups in JS is simple, but sometimes in the same page we need to open popups with different features. There are several scripts in the net doing this task but, as usual, none of them seemed to fit my needs.
Complete Javascript popup opener
Posted by Emanuele Feronato on 09/21/07 in Javascript
Opening popups in JS is simple, but sometimes in the same page we need to open popups with different features. There are several scripts in the net doing this task but, as usual, none of them seemed to fit my needs
I decided to code a complete javascript popup opener in order to have one function that I can use in any situation.
Try it, you'll find it's the most advanced popup creator
FreeVersion: n/a Platform(s): windows Updated: Wed Sep 26 2007
This javascript DHTML fly-in popup window is like those you're seeing all over the web these days. You can't use window.open() any more because of popup blockers. This script creates a virtually unblockable popup ad or newletter signup form with just a little javascript that you can cut and paste into any page on your website! It flies in from the top of the page in an animated manner, so it looks very professional.
Radiant Inline Browser is based on JavaScript and can be loaded inside an existing web page and it will open a small web browser. Navigate the web without leaving the original website. It features a draggable window, history, and is based on the parent browser. Recommended to use with Mozilla Firefox.
PopUp Maker generates code you need to make a JavaScript Pop-Up Window. You can choose the URL to be opened, width and height of the Pop-up window, option for scroll bar, toolbar, resizable, and menu bar. You are able to preview your Pop-up window before the code is generated.
FreeVersion: 1.0 Platform(s): linux, windows, freebsd, osx, sun Updated: Thu Jun 7 2007
Have you ever wondered how to create a friendly pop-up box without creating a pop-up window? well here it is:
mobox is a simple stylish box that appears on the top of a grayed out background.
There are three types of mobox:
1. Frame box
2. Round box
3. Blank box
Features:
1. Display Page contents - mobox can read another page contents and displays that in a box. you can specify the page through the HREF attribute in <a> tag.
2. Fix or auto size - You can specify the size of the box or letting the mobox to auto size to the page contents. If the specify box dimensions smaller than the page contents, mobox adds scroll bars where needed.
FreeVersion: 1.2 Platform(s): linux, windows Updated: Mon May 28 2007
This is three simple scripts to making popup windows.
- Simple popup window. How to make simple and specified popup window.
- Centered popup window. This code will automatically center new popup windows on the screen.
- Fullscreen popup window. Fullscreen parameter is supported only by IE. This script works on all browsers.
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.
FreeVersion: n/a Platform(s): linux, windows Updated: Fri Feb 16 2007
This script pops a DHTML div with an iframe with the given page. The popped window appears always in the center of the window/frame. But it's draggable across the window/frame. All the layout can be done with a CSS style sheet.
FreeVersion: 0.1 Platform(s): linux, windows, freebsd, osx, sun Updated: Mon Dec 25 2006
This script uses DHTML to display a "popup" window. Features include timed delay before displaying, drop shadowing, and many customizable variables. Easy to follow, heavily commented JavaScript. Avoid having your popup window blocked by unforgiving popup blockers.
FreeVersion: n/a Platform(s): linux, windows, freebsd, sun Updated: Wed Dec 13 2006
It can be used for context sensitive help, submittable forms and alerts. It can also be used in conjunction with AJAX to dynamically display item information or enter/validate/save form information without refreshing the whole web page. There are many similar DHTML controls available, but XBalloon improves on all of them in the following areas:
* Dynamic dimensions
* Smart direction
* NET Ajax implementation
* Object oriented javascript
FreeVersion: 0.9 Platform(s): linux, windows, freebsd, osx, sun Updated: Sun Dec 10 2006