This tutorial shows how how to create custom sized and positioned popup windows with javascript. Popup windows can be used to display help message windows, images in a bigger format, and others.
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Tue Jan 2 2007
Sticky notes attract your visitors' attention and they don't look like those annoying unblockable popup banners because of their strict and easy-recognizable design.
When you have a note at your page you can drag it to the place you need or just close it.
Learn how to create them now:
http://go-test.net/tips/s ticky-notes/demo.html
This tutorial shows you how to make frames and open subframes within the mainframe.
You will learn how to preserve the function of back button and prevent opening your frameset page within another (foreign) frame. The searchengine indexing problem will be overpassed by giving some content within the Nonframes-Tag.
This tutorial intend to give you a quick fix, how to make a professional website with frames.
FreeVersion: 1.1 Platform(s): n/a Updated: Sun Jun 25 2006
These two handy functions are useful when you are trying to keep a dynamic element in view or find if the user has scrolled the page by returning the number of pixels the page has been scrolled.
FreeVersion: n/a Platform(s): n/a Updated: Sun Jul 10 2005
Two tiny functions that return the available width and height inside the browser window. These functions can be used as variables and as the dimensions are calculated every time they are used, your script will always be using the current window size no matter what the user does to the window.
Code snippet to automatically move a window to a specified X,Y coordinate. For example, you can automatically move a window to X0,Y0 (upper left). Great to use this in pages in your site you link to using target="_blank" (new window) or popup windows. You want them to open up to show more information but you want it placed out of the way.
Version: n/a Platform(s): n/a Updated: Thu Jun 21 2001
This JavaScript code allows you to ensure a window to remain in focus, on top. Useful for web site news or smaller popup windows that are easily shuffled under out of focus. Try to change focus to a different page, click another window, and you will see how the script works.
Version: n/a Platform(s): n/a Updated: Wed Jun 20 2001
This article discusses different ways to launch new windows with HTML and JavaScript. Topics inclide: How to launch a new window with HTML, How to launch a new window with JavaScript, How to specify the new window's attributes, How to manipulate the new window after creating it, and How to embed links and forms in the remote's document.
Version: n/a Platform(s): n/a Updated: Fri Nov 3 2000
JavaScript allows you to create (open) new windows. In these windows you can place whatever HTML code you wish, and even have actions in one window effect what is happening in another window. This tutorial explains how to create various types of pop-up windows using JavaScript.
Version: n/a Platform(s): n/a Updated: Tue Jun 27 2000