Problem with IE, think its external javascript includes

This is a discussion on "Problem with IE, think its external javascript includes" within the JavaScript Forum section. This forum, and the thread "Problem with IE, think its external javascript includes are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 17th, 2005, 10:07
New Member
Join Date: Aug 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Problem with IE, think its external javascript includes

I have a site located at http://cin.codebluegroup.co.uk (which is a frame forward to http://www.cinmagazine.co.uk/cinv2/home/). The site uses PHP with Javascript for popups. Now I have tested the site using Safari, Firefox (PC/Mac) and what I thought IE (PC). Now on IE the site worked just as desired in the frame mask and in the root site.
Problems started occuring when I got reports that some people in the company couldn't view the site. After checking this I found that on half the XP PC's the site wouldn't show. Just a white page, no error, just white. Though the source code can be viewed which means that the site has downloaded. Now I thought it might have been a problem between different versions of IE, but the version is the same between a computer that can view it and on that carn't be the problem. (version: 6.0.2900.2180.xpsp_sp2_rtm.....).
Now looking through the source code on each machine I found extra code in the machines that refuse to view the page, these I am guessing are virus/anti-popup software that the user has on thier computer:

one had:

<script language='javascript' src='http://127.0.0.1:1045/js.cgi?pcaw&r=19169'></script> (in the head)


<script language='javascript'>postamble();</script> (after the last html tag)

another had:
<script language="JavaScript">
<!--

window.open = SymRealWinOpen;

//-->
</script>

But if it is popup software then it would surely do this to alot of other sites as well.??

If anyone could help it would be much apreciated.

Thanks for your time.
Reply With Quote

  #2 (permalink)  
Old Aug 18th, 2005, 12:16
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
looks like you'll have to ask those users to disable something in zonelabs software that they are running, but i might be wrong, look here:

http://catsearch.atomz.com/search/ca...vacy+Insertion
Reply With Quote
  #3 (permalink)  
Old Aug 18th, 2005, 12:50
New Member
Join Date: Aug 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
If it is zone alarm, why is it blocking the site?

Thanks for getting back to me.

I was under the impression that the code would be a firewall/adblocker software add-in. But if this is the case then why is it blocking this site? strange. The only javascript I have in the page is this standard dreamweaver script for a popup. Which I use all the time.

<script>
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//--
</script>
I posted this message here because I thought the problem might be a javascript releated issue, but it might not. As i say the page is loading but its just not viewing, its strange I have never seen anything like this. No blocking errors or anything.
Actually there was something on another site where I had a <style> tag in the middle of the page which came in from an include, but that didn't load on anything, though returned the same results as I see here.
Reply With Quote
  #4 (permalink)  
Old Aug 18th, 2005, 16:02
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
very very strange, dont know the answer to this! If you create a simple page, can they see it? what do you need to put into the page to make the ZoneLabs software decide to insert its own javascript?
Reply With Quote
  #5 (permalink)  
Old Aug 19th, 2005, 11:14
New Member
Join Date: Aug 2005
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Solved!

o.k. I have found the problem! feel quite stupid about this.

<script>
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//--
</script>

There is no closing tag for the //-- (i.e. //-->). This is the cause of the error!. simple mistake. Thanks for all your help though.
Reply With Quote
  #6 (permalink)  
Old Aug 19th, 2005, 12:00
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
LOL!!!!

Glad it turned out to be something simple!!!
Reply With Quote
Reply

Tags
problem, think, external, javascript, includes

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
external javascript problem Damian PHP Forum 0 Dec 5th, 2007 09:44
can anyone solve my external php problem? dilby PHP Forum 3 Apr 19th, 2007 21:04
Problem with latency when loading external movies ST Flash & Multimedia Forum 10 Aug 4th, 2005 11:19
External Javascript MikeV JavaScript Forum 5 Aug 11th, 2004 08:12


All times are GMT. The time now is 22:35.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43