Forum Moderators: open

Message Too Old, No Replies

Popup new window

I need exactly same window, but don't know hot it is

         

orion_rus

11:48 am on Oct 3, 2004 (gmt 0)

10+ Year Member



I'm from Russia, and i like a popup new window style like in the <snip>,
if u click in a news, a new window opens,
but it don't have upper title, only box with close button, close icon, and buttons with some information,
window.open. and i don't know how it can make, may be somebody can help me to open a great window:)?:)

[edited by: korkus2000 at 10:07 pm (utc) on Oct. 6, 2004]
[edit reason] No site reviews please [/edit]

korkus2000

10:06 pm on Oct 6, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Here is a script that may help:

window.open("Page.htm", "windowName",
"toolbar=no, directories=no, scrollbars=1, menubar=1, sizeable=1, width=600, height=400");

This site has more parameters you can put in the method:
[javascript.about.com...]