I want to have a link open up (in a new window) a certain size? Can that be done?
S Shannon Apr 17, 2004 #1 I want to have a link open up (in a new window) a certain size? Can that be done?
J JDR Apr 17, 2004 #2 Shannon Yes, you can define a new window size by using java script Spawn will help you with these: http://www.jimcoaddins.com/addins.asp JD ************
Shannon Yes, you can define a new window size by using java script Spawn will help you with these: http://www.jimcoaddins.com/addins.asp JD ************
T Tom Pepper Willett Apr 17, 2004 #3 Yes. Download the free FP addin "Spawn" from www.jimcoaddins.com -- ===================================================== Tom Pepper Willett [Microsoft MVP - FrontPage] ---------------------------------------------------------------------------- ------------------- Microsoft FrontPage: http://www.microsoft.com/office/frontpage/prodinfo/default.mspx http://msdn.microsoft.com/office/understanding/frontpage/ ===================================================== | I want to have a link open up (in a new window) a certain | size? Can that be done?
Yes. Download the free FP addin "Spawn" from www.jimcoaddins.com -- ===================================================== Tom Pepper Willett [Microsoft MVP - FrontPage] ---------------------------------------------------------------------------- ------------------- Microsoft FrontPage: http://www.microsoft.com/office/frontpage/prodinfo/default.mspx http://msdn.microsoft.com/office/understanding/frontpage/ ===================================================== | I want to have a link open up (in a new window) a certain | size? Can that be done?
C cookoonest Apr 17, 2004 #4 Put this in the body tag of the linked to page. <body onLoad="window.resizeTo(?,?);"> ?=width and height in pixels
Put this in the body tag of the linked to page. <body onLoad="window.resizeTo(?,?);"> ?=width and height in pixels