Contact Us Forum Rules Search Archive
WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-05-2005, 12:18 PM
WebProWorld New Member
 

Join Date: Jan 2005
Posts: 16
postUre RepRank 0
Default What is this code for?

I designed my site starting with a template that I have been modifying extensively.

I came across the following code which appears on the bottom of some of my ages after the </html> tag.

The author of the template isn't sure what it's for either so maybe I added it somewhere along the way by accident, not sure.

It seems if I remove it things continue to work fine.

If anyone has any idea what the code is for please let me know.

Thanks.

<script language="JavaScript">
<!--
var SymRealOnLoad;
var SymRealOnUnload;

function SymOnUnload()
{
window.open = SymWinOpen;
if(SymRealOnUnload!= null)
SymRealOnUnload();
}

function SymOnLoad()
{
if(SymRealOnLoad!= null)
SymRealOnLoad();
window.open = SymRealWinOpen;
SymRealOnUnload = window.onunload;
window.onunload = SymOnUnload;
}

SymRealOnLoad = window.onload;
window.onload = SymOnLoad;

//-->
</script>
__________________
postUre

FitCare Products
http://www.airfitbackrest.com
Reply With Quote
  #2 (permalink)  
Old 02-05-2005, 01:22 PM
paulhiles's Avatar
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: UK
Posts: 2,803
paulhiles RepRank 0
Default Code inserted by Norton Internet Security

The answer to this problem was posted on the Sitepoint forum.
Quote:
The code is being inserted by Norton Internet Security. If you go into that product's menus, you can disable popup blocking, which I'm sure you don't need anyway, since, certainly, you're not using IE. That will eliminate the code insertion.
Reply With Quote
  #3 (permalink)  
Old 02-05-2005, 01:54 PM
WebProWorld New Member
 

Join Date: Jan 2005
Posts: 16
postUre RepRank 0
Default

Thanks Paul

Now I can check that off my "Things to Figure Out" list.
__________________
postUre

FitCare Products
http://www.airfitbackrest.com
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Web Programming Discussion Forum
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Search Engine Optimization by vBSEO 3.2.0