This page contains JavaScript that provides various pop-up functions.

[ back to concept pages home ]

Click here to show an alert window. This is the source for that:

<a href="javascript: window.alert('This is an alert window.')">Click here</a>...