Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
Multiple JavaScript on one page
Old 03-07-2004, 06:14 PM Multiple JavaScript on one page
rbmingie's Avatar
Novice Talker

Posts: 5
Trades: 0
For whatever stupid reason, my server insists on forcing the following JavaScript into my pages whenever they are accessed:

<script language="JavaScript">
<!--

function SymError()
{
return true;
}

window.onerror = SymError;

var SymRealWinOpen = window.open;

function SymWinOpen(url, name, attributes)
{
return (new Object());
}

window.open = SymWinOpen;

//-->
</script>

I can check this on the server with my FTP program, and the above script is not there. It is only when a file is accessed that the script is forced into my pages. This interferes with other JavaScripts that I try to run. So, how do I:
1. Keep the above script out
or
2. Run multiple JavaScripts on the same page so that the aforementioned script does not cause other scripts to fail.

Thanks.
rbmingie is offline
Reply With Quote
View Public Profile Visit rbmingie's homepage!
 
 
Register now for full access!
Old 03-07-2004, 07:52 PM
Christopher's Avatar
Iced Cap

Latest Blog Post:
Cross-domain AJAX with JSONP
Posts: 3,110
Location: Toronto, Ontario
Trades: 0
I think thats something Norton (or a similar product) puts into every page you view -- is it on other pages?
__________________

Please login or register to view this content. Registration is FREE
- Latest Articles:
Please login or register to view this content. Registration is FREE
,
Please login or register to view this content. Registration is FREE

--
Please login or register to view this content. Registration is FREE

Christopher is offline
Reply With Quote
View Public Profile
 
Old 03-07-2004, 09:55 PM
rbmingie's Avatar
Novice Talker

Posts: 5
Trades: 0
Chroder:

Thanks for your input. It seems that it is indeed some Norton Personal Firewall screwup.
rbmingie is offline
Reply With Quote
View Public Profile Visit rbmingie's homepage!
 
Reply     « Reply to Multiple JavaScript on one page
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12813 seconds with 12 queries