
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.
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.
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.

