15.04.2018 Views

programming-for-dummies

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

496<br />

Designing User Interfaces<br />

Creating windows<br />

JavaScript can open windows, which can display additional Web pages<br />

inside. (Many browsers may include a feature to block pop-up windows. This<br />

feature blocks JavaScript from opening a window because many pop-up ads<br />

rely on JavaScript to display annoying ads on your screen.)<br />

To create a window, you need to use the following:<br />

variablename = window.open (“address”);<br />

So if you wanted to open the Dummies Web site, you could use this code:<br />

mywindow = window.open (“http://www.<strong>dummies</strong>.com”);

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!