FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Open a define sized window and have no status bar

 


Mgccl
I need something that could open a defined sized window(like width something, height something) with out status bar, menu bar and things like that, I just need a window with nothing except the bar with the X that mark close
show me the way to do it~
hobbes
I think if you did a search on google or something for 'javascript pop-up window" you should find what your looking for. Atlest I think javascript does the pop up windows.
riv
I think this is what you're looking for:
Code:

<a href="javascript:void(0)"
onclick="window.open('some url','toolbar=0,location=0,menubar=0,width=500,height=300')">Go to some website</a>
Mgccl
thx, that really helps ~
now I can use it to open the game window
Reply to topic    Frihost Forum Index -> Scripting -> Html, CSS and Javascript

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.