Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q1641 Can I maximize the current popup window by clicking on the link in that same window?

You are here: irt.org | FAQ | JavaScript | Window | Q1641 [ previous next ]

Try:

<a href="javascript:;" onClick="if (window.screen) { self.moveTo(0,0); self.resizeTo(screen.availWidth,screen.availHeight); } return false">Maximise</a>

©2018 Martin Webb