Windows & Frames
Results 1 - 20 of 21
JavaScript Bouncing Marquee text scroll at Status Bar of web browser
JavaScript Bouncing Marquee text scroll at Status Bar of web browser
With the help of JavaScript we can add our favorite message with Bouncing Marquee text scroll effect. First of all JavaScript Bouncing Marquee text scroll at Status Bar of web...
(show more)
JavaScript Message Marquee at Status Bar of web browser
JavaScript Message Marquee at Status Bar of web browser
With the help of JavaScript we can add our favorite message with marquee effect. First of all JavaScript Message Marquee at Status Bar of web browser.
For that we create an object with a...
(show more)
Setting IFRAME height dynamically using Javascript
A working code and tutorial which sets the IFRAME height automatically using javascript.
Creating Javasript popup window
In this tutorial I will show you how to create a layer based popup window with JavaScript.
Javascript Create and Resize Popup Windows
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.
Sticky notes
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...
(show more)
Creating websites with frames and search engine optimizing
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...
(show more)
Basic Pop-Up Window
In this tutorial you will learn how to make a pop-up window from clicking on a link or when a user opens the page.
Browser Window OffSets (scroll compensator)
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.
Popup Chromeless Window
An easy to use Javascript Popup Chromeless Window. You can configure it anyway you like.
Breaking out of frames
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.
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 no...
(show more)
JavaScript Window Object explanation
Comprehensive explanation of the Window object and its events, properties, methods etc.
Accept Focus Until Closed
A small snippet that allows you to keep a window 'on top' of all others until closed.
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.
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....
(show more)
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...
(show more)
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 window's attributes, How to manipulate the new...
(show more)
Loading two frames with one link
This tutorial shows you how to load two frames with one link using JavaScript.
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...
(show more)
