body onload=resize window, position, no toolbars, no scrollbars, etc

J

James E Middleton

I would appreciate someone showing me how to get a browser window to
- load to a specified size
- have no toolbars
- no scrollbars
-no address bar
This will be done from a link on a page, opening an sign-up form for a
school event.

I know I can set the hyperlink target frame to _blank, or default, but that
just opens up a new window.

I'd just like to have a 'clean looking' page open up, without and address
bar, and in particular, no address showing.

Thanks
 
S

Stefan B Rusynko

Done w/ JavaScript
See the FP Spawn addin at http://www.jimcosoftware.com/addins.aspx

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


|I would appreciate someone showing me how to get a browser window to
| - load to a specified size
| - have no toolbars
| - no scrollbars
| -no address bar
| This will be done from a link on a page, opening an sign-up form for a
| school event.
|
| I know I can set the hyperlink target frame to _blank, or default, but that
| just opens up a new window.
|
| I'd just like to have a 'clean looking' page open up, without and address
| bar, and in particular, no address showing.
|
| Thanks
|
|
 
A

Andrew Murray

Note, I'm not sure that element (overflow:hidden) is a valid style any
more; in any case I believe it only works in IE.

However, it will turn off the scroll bar but wil prevent any scrolling if
the content of the page is larger than the viewing area of the browser
window.
 

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

Top