New window size

  • Thread starter Thread starter Hennie
  • Start date Start date
H

Hennie

How can I set the width and height of a new window created by a Target ="
_blank" hyperlink using ASP.Net 2.0?

Thanks
 
You can't. You can only set the size of a window opened using the JavaScript
window.open() method.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
The sun never sets on
the Kingdom of Heaven
 
Kevin,

Would you please post an example? I too am havin problems with the sizing
issue.


tks in advance for your help
alan
 
Kevin,

Thanks for reply however I am still somewhat confused as to how to implement
the code in the article.

For example, if I had a button on a web page labeled "button1" which when
clicked this would open "webpage1" with no menu bar.

tks in advance for your help -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top