An individual that I help from time to time with scripting is finding some javascript being added to her HTML pages without her doing anything. Here is the code:
She statest that any page that she has created has this code included and can't uderstand how it is being added. I suggested that maybe she has some software running on her PC that could be doing it. She uses a combination of Hot Metal Pro 6 and notetab for creating her pages. Has anybody ever seen this before and if so could you shed some light on the subject. Thank you.
Code:
<!-- BEGIN Popup Blocker --> <script language='javascript'> NS_ActualOpen=window.open; function NS_NullWindow(){this.window;} function NS_NewOpen(url,nam,atr){return(new NS_NullWindow());} window.open=NS_NewOpen; </script> <!-- END Popup Blocker -->
Comment