JavaScript Tutorials Windows and Frames



Featured Tutorial
Feature your own tutorial here! Find out more.
Opening PDFs in a New Window with JavaScript
Submitted by DeveloperTutorials.com » Opening documents such as PDFs in a new window should be automated using JavaScript for the following reasons. Users will often close the web browser when a PDF is opened, mistakenly believing the document has been opened in Adobe Reader, the attribute historically used to open a new window, target, has been removed from the HTML 4.01 Strict specification (it's now deprecated), opening a new window is a behaviour and should be moved to the behavioural layer.
Rating: 3.5/5 | 229 clicks | 0 comments | 1 save | share | report
Creating JavaScript popup window with layers
Submitted by PHP F1 » In this tutorial I will show you how to create a layer based popup window with JavaScript.
Rating: 2.7/5 | 600 clicks | 0 comments | 0 saves | share | report
Display "windows" using Javascript
Submitted by Xangelo » Display "popup windows" by using key strokes. It's great for use in online browser-based games as it allows you to show a lot of information without using a lot of screen space.
Rating: 2.0/5 | 1,368 clicks | 0 comments | 2 saves | share | report