| |
| |
This tutorial shows you how to load two frames with one link using JavaScript.
|
|
|
| |
| |
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.
|
|
|
| |
| |
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.
|
|
|
| |
| |
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.
|
|
|
| |
| |
This tutorial illustrates a rundown of the many ways to get new windows to pop up when viewers roll into your site.
|
|
|
| |
| |
An easy to use Javascript Popup Chromeless Window. You can configure it anyway you like.
|
|
|
| |
| |
Want to make sure your web pages are not included in other website frames? Well use this break_out_frame code to stop the madness.
|
|
|
| |
| |
With this method you don't have to store or calculate the position to which you need to scroll you window. Very useful technique for chat applications or for dynamic content windows.
|
|
|
| |
| |
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.
|
|
|
| |
| |
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.
|
|
|
| |
|