14.07.2013 Views

Basic web security model - Stanford Crypto Group

Basic web security model - Stanford Crypto Group

Basic web security model - Stanford Crypto Group

SHOW MORE
SHOW LESS

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

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

Popup windows<br />

With hyperlinks<br />

click here<br />

With JavaScript<br />

mywin = window.open(“http://www.b.com”, “foo”,<br />

“width=10,height=10”)<br />

Navigating named window re-uses existing one<br />

Can access properties of remote window:<br />

mywin.document.body<br />

mywin.location = “http://www.c.com”;

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

Saved successfully!

Ooh no, something went wrong!