Windows and Frames related scripts & softwares
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.
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.
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.
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.
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
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.
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.
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.
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.
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.
|