Forum Moderators: open

Message Too Old, No Replies

How do I make a link open in a new window with 100% height and width?

html help, maximise, new windo, target="_blank"

         

jackfitz

11:03 am on Jun 26, 2009 (gmt 0)

10+ Year Member



I am using this code, but when it is clicked on Internet Explorer the new window is not displayed in full screen (maximized). How do I get the link to open at 100% widteh and height of the new window?

<a href="http://www.example.com/redirect.ph... target="_blank"> <img src="/images/me2.jpg" border="0"> </a>

[edited by: incrediBILL at 12:49 pm (utc) on June 26, 2009]
[edit reason] exemplified URLs, no specifics please [/edit]

tedster

9:01 pm on Jun 26, 2009 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



When you use target="_blank" you cannot control how the browser will respond. So you'll need to use javascript to get the effect you want. Here's one discussion about it:

[webmasterworld.com...]