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.
|
|
|
|
|
![]() |
||
Problem with IE, think its external javascript includes
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
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. |
|
|
|
|||
|
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 |
|
|||
|
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. |
|
|||
|
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?
|
|
|||
|
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. |
![]() |
| Tags |
| problem, think, external, javascript, includes |
| Thread Tools | |
|
|
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 |