Click to See Complete Forum and Search --> : maximize the new window


Metalhead
03-10-2006, 08:32 AM
With this link i can open an url to a new window, right?
<a href="something.htm" target="_blank">

What do i add to have this window maximized when it is opened?

KDLA
03-10-2006, 10:13 AM
Yes, you're right. Although, the target="_blank" is a deprecated tag (if you're going for valid coding).
Here's how to maximize a window: http://www.htmlgoodies.com/beyond/javascript/article.php/3471151