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
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.
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()
Any help would be appreciated.