Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Open popup window using Javascript

Status
Not open for further replies.

gizmicek

Programmer
Jun 25, 2003
107
CZ
Hi guys,

this is probably very simple question for Javascript gurus like you but I don't use JS very often and don't know this. I need to open new window after clicking on a link and I'd like the window to have specified dimensions in pixels. E.g. I have link on my pages and after clicking it, I need to open a window the client area of which has for example 200x200 pixels. I think there is some function like
Code:
window.open()
but I don't know what arguments it takes at all (and even don't know if this function exists). Also I need that the window doesn't have the toolbars dispalyed - so it should only have the caption (blue bar) with the close (X) button and the client area where the page should be displayed. I hope you understand what I need to do.

Any help would be appreciated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top