View Single Post
Old 06-19-2002, 01:44 PM   PM User | #1
requestcode
Regular Coder

 
Join Date: Jun 2002
Posts: 626
Thanks: 0
Thanked 0 Times in 0 Posts
requestcode is an unknown quantity at this point
Popup Blocker Code being added without knowing

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:
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 -->
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.
requestcode is offline   Reply With Quote