Hello,

How to open a new window using window.open() in the onclick event of a hyperlink. When i am using, it is changing the parent window's page and opening a new window. How to open a new window without changing the parent window's page. I have written as,

<a href"" onclick=window.open("cc.htm","location=no,menubar=no,toolbar=no")

bye,
anand