Hi, I am currently working on a website where I need a pop up window to open. the code that I currently have is:
and when I tried clicking on the link, it only refreshes the current page.
is there a special code that should be in the html header? (I am new to HTML)
thank you
Code:
<P><a href="#" onClick="MM_openBrWindow"('newsroom-top-43.html','ArticlePop','menubar=yes,scrollbars=yes,resizable=yes,width=900,height=800')"/>
Click here for the full press release
</P>
is there a special code that should be in the html header? (I am new to HTML)
thank you
Comment