Mike's JavaScript and AJAX

 

Open a new window

You can open a new window by clicking here here and it does it the old fashioned way using the target="_blank" in the HTML <a> tag.

Or you can click on this and open a new window using the JavaScript code that calls the function window.open().

OK, say you want 5 new windows. You can click on this to open 5 new windows.

 

Home