Pop-up window without scroll or options or margins... [Archive] - SpeedGuide.net Broadband Community

View Full Version : Pop-up window without scroll or options or margins...


mountainman
04-28-02, 12:48 AM
Hi folks.

I am wondeing if someone has some good ol HTML that I can use to create a couple of pages that will have a picture on them that will not have a scroll feature, menu, or anything but the [x] to close it up with.

If you can help, I would greatly appreciate it!

Thanks.:)

Tryn
04-28-02, 08:51 AM
This is what I used in my HTML class to have windows open

window.open("URL if needed","Description if needed ","toolbar=no,location=no,directories=no,status=no,

menubar=no,scrollbars=no,resizeable=no, width=200,height=250")

Here is a webpage that might be able to explain it better

http://hotwired.lycos.com/webmonkey/98/03/index3a_page5.html

Hope This helps

Tryn

TonyT
04-28-02, 09:02 AM
Here's an online code generator for custom new windows.

http://www.dynamicdrive.com/dynamicindex8/popwin.htm

mountainman
04-28-02, 09:36 AM
Thank you guys.

I'll give those a try later after I get home.

Nos vemos.