This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Dreamweaver > February 2004 > resizing browser window
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
resizing browser window
|
|
| mxp828 2004-02-18, 8:23 pm |
| is there any way to specify what size a window is when it opens? for example, i want my page "index.html" to be 640x480 when someone opens it. does anybody know of a way to do this? thanks.
| |
| darrel 2004-02-18, 8:23 pm |
| > is there any way to specify what size a window is when it opens? for
example, i want my page "index.html" to be 640x480 when someone opens it.
does anybody know of a way to do this? thanks.
<a href="page.html" onClick="window.open('page.html', 'windowname',
'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,r
esizable=yes,copyhistory=no,width=300,height=290');return false;">Text
Link</a>
Though note that forcing a browser window at a certain size is considered
rude by some folks (myself included ;o)
-Darrel
| |
| *** HAWK 2004-02-18, 8:23 pm |
| There is a function I believe in DWMx for this in the behaviours panel.
"darrel" <notreal@hotmail.com> wrote in message
news:c10ska$ib5$1@forums.macromedia.com...
> example, i want my page "index.html" to be 640x480 when someone opens it.
> does anybody know of a way to do this? thanks.
>
> <a href="page.html" onClick="window.open('page.html', 'windowname',
>
'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,r
> esizable=yes,copyhistory=no,width=300,height=290');return false;">Text
> Link</a>
>
> Though note that forcing a browser window at a certain size is considered
> rude by some folks (myself included ;o)
>
> -Darrel
>
>
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|