I had a website running on Windows NT and IIS 4.0 (I think) that worked fine. We have recently upgraded to Windows 2003 with IIS 6.0. We have a What's New page that should popup when clicked, but it is not working. Since I'm not a programmer, I'm not sure what to look at. Could it be the code, or maybe something needs to be set with IIS. The code for the popup box is:
<a href ="javascript:void(0);" onclick="window.open )WhatsNew.htm', '', 'width=450,height=300,scrollbars=yes,resizable=yes');">What's New</a> <br><br>
<a href ="javascript:void(0);" onclick="window.open )WhatsNew.htm', '', 'width=450,height=300,scrollbars=yes,resizable=yes');">What's New</a> <br><br>