Categories
JavaScriptTips and Tutorials → Windows and Frames

Browser Window Dimensions

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 ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Accept Focus Until Closed

A small snippet that allows you to keep a window ''on top'' of all others until closed.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 wind...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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 ...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Loading two frames with one link

This tutorial shows you how to load two frames with one link using JavaScript.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

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-...
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

So, You Want To Open A Window, Huh?

This tutorial illustrates a rundown of the many ways to get new windows to pop up when viewers roll into your site.
  • Platforms
    • Linux
  • Licenses
    • Freeware
DETAILS

Page:
©2019 A--9.com