This JavaScript shows how to create a DHTML item popup centered on the window on a mouseover. This example should have code running on the body onload event. Works on both IE and Netscape.
Fullscreen Popup is a JavaScript that opens up a new window automatically as the page finishes loading. It opens up a new window that is set to be fullscreen size. It only works on IE.
This is a javascript which can adjust any internet browser screen display with 1024x768 and above into 800x600. At present there are a variety of monitor resolution sizes. When webmasters design HTML documents, the screen display can not be adjusted for each user. This javasript will always ensure your screen to be 800x600.
This JavaScript example allows you to center the window on the screen by first determing the dimensions of the screen and the window. The link makes the popup window be 400 * 400 px, with scrollbars, and the "this.href" takes the href info out of the link and put it into the script. The link is good if you don't have javascript turned on because it works just like a normal link. The onclick comand tells javascript enabled browser to reference a javascript (that would be the NewWindow function) and the return false tells the browser not to procede with the normal link.
This JavaScript example shows how to open up a new window, and write the new page. The contents of the new window/new page contain the logic necessary to close the window that opened it up (opener is the object). It is necessary to open and close the document object before and after you write the new contents (IE doesn't care - but Netscape does).
Allow your visitors to have a popup page on your site appear exactly as they want. They can customize the width, height, and placement of a popup window on your site before the window is opened.
This script will update two frames from one link. If the browser doesn't support javascript the link will still load but without the extra frame being updated.
Shake Me! is a short JavaScript that shakes the users' browser window anywhere. It activates upon clicking the "Shake Me!" hyperlink by user. Be careful testing the online demo, it really shakes.