- Ace Auto Window Resizer
An one line code to automatically resize a window to a specified Width,Height. For example, you can automatically resize a window to 700,500.
Price: Free
http://www.cgiscript.net/window_resize.htm
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Ace Hold Focus
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.
Price: Free
http://www.cgiscript.net/hold_focus.htm
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Opening and Manipulating Windows
If you have ever been near any of the homepages in Geocities or Tripod, you must be familiar with the small window that pops up with an advertisement banner. This tutorial explains how to create your own customizable pop-up windows with details on parameters.
Price: Free
http://www.javascriptguide.com/windows.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Pop-up Windows
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.
Price: Free
http://blazonry.com/javascript/windows.html
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Window Move-To
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.
Price: Free
http://www.cgiscript.net/move_to.htm
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Window Spawning and Remotes
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 windows attributes, How to manipulate the new window after creating it, and How to embed links and forms in the remotes document.
http://webreference.com/js/column7/
(Rating: 0.00 Votes: 0)
Rate It
Review It
|