rissac
12-19-2001, 08:41 AM
How do make an html page with a fix size (320x240) with no scrollbar or toolbar and the user can't adjust the size?
scoutt
12-19-2001, 05:19 PM
only in a popup is where you have that ability
montroze
12-19-2001, 09:06 PM
Here's a little example,
Use the ONCLICK attribute to open a window with the desired appearance . The following specifies a window named "popup" that is 300 pixels by 150 pixels.
<A HREF="foo.html" TARGET="popup" ONCLICK="window.open('foo.html', 'popup', 'width=300,height=150'); return false">View Foo</A>
vBulletin® v3.6.7, Copyright ©2000-2009, Jelsoft Enterprises Ltd.