H Hennie Jul 12, 2005 #1 How can I set the width and height of a new window created by a Target =" _blank" hyperlink using ASP.Net 2.0? Thanks
How can I set the width and height of a new window created by a Target =" _blank" hyperlink using ASP.Net 2.0? Thanks
K Kevin Spencer Jul 12, 2005 #2 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
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
G Guest Jul 12, 2005 #3 Kevin, Would you please post an example? I too am havin problems with the sizing issue. tks in advance for your help alan
Kevin, Would you please post an example? I too am havin problems with the sizing issue. tks in advance for your help alan
K Kevin Spencer Jul 12, 2005 #4 Hi alan, I'll do better than that. See: http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp -- HTH, Kevin Spencer Microsoft MVP ..Net Developer The sun never sets on the Kingdom of Heaven
Hi alan, I'll do better than that. See: http://msdn.microsoft.com/workshop/author/dhtml/reference/methods/open_0.asp -- HTH, Kevin Spencer Microsoft MVP ..Net Developer The sun never sets on the Kingdom of Heaven
G Guest Jul 13, 2005 #5 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 -
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 -