473,806 Members | 2,661 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Can Norton Security Software Affect Viewed HTML Files

Hello All

Is it possible for Norton Internet Security 2003 to strip out
references to images from the html before it gets to the browser?

Here is an example:

On the Web Server The HTML File Looks Like This:
<a href="01.htm">< img src="th01.jpg" hspace=0 vspace=0 border=0
width=120 height=90></a>
In my PC's Cache, The HTML File Looks Like This:
<a href="01.htm"></a>

The "img src" tag is gone! If I disable Norton Internet Security, the
html in my PCs cache then matches what is on the web server and the
images appear correctly.

Has anyone come across this before? If so, please let me know how you
resolved this probem.

Kenn

Jul 24 '05 #1
6 2295
Gazing into my crystal ball I observed cl****@email.to ast.net writing in
news:11******** *************@z 14g2000cwz.goog legroups.com:
Hello All

Is it possible for Norton Internet Security 2003 to strip out
references to images from the html before it gets to the browser?

Here is an example:

On the Web Server The HTML File Looks Like This:
<a href="01.htm">< img src="th01.jpg" hspace=0 vspace=0 border=0
width=120 height=90></a>
In my PC's Cache, The HTML File Looks Like This:
<a href="01.htm"></a>

The "img src" tag is gone! If I disable Norton Internet Security, the
html in my PCs cache then matches what is on the web server and the
images appear correctly.

Has anyone come across this before? If so, please let me know how you
resolved this probem.

Kenn


Looks like Norton is trying to disable ads. Look at Norton's configuration
and see if there is an option to turn that off. Of course, visitors with
Norton turned on will have the same "problem" you are.

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Jul 24 '05 #2
Thanks Adrienne

I wonder why Norton is picking on three particular html pages? There
most be something unique to them that is causing them to be flagged by
Nortions.

Odd part is that they were not created any different than the other
pages that load without a problem. In fact, they were built by picking
up html from a known "good" page.

Kenn

Jul 24 '05 #3

cle...@email.to ast.net wrote:
I wonder why Norton is picking on three particular html pages? There
most be something unique to them that is causing them to be flagged by Nortions.


It's nothing to do with the pages as a whole. It's the image dimensions
that triggers Norton. 120x90 as used in the example in your original
post is a standard advertising banner size, see
http://www.iab.net/standards/adunits.asp

Steve

Jul 24 '05 #4
Thanks Steve

You may have something there - the other thumbnail pages that are not
having problems do feature thumbnails sizes other than 120x90. I'm
going to recreate the pages with different size thumbnails and see what
happens.

If so, I'll be updating my pages to something other than 120x90
thumbnails, because as it was noted above, every other Norton's user
will most likely experience the same problem.

Thanks for the advice, I appreciate the help.

Kenn

Jul 24 '05 #5
The thumbnail size was the source or the problem. When I disabled
Nortion Ad Block, the thumbnails downloaded fine.

I regenerated the page with larger thumbnails, and with the larger size
thumbnails the page displayed fine even with Norton Ad Block enabled.

Even though now I know how to fix the problem locally, I'll stick to
larger thumbnails to help ensure the pages work with others who may be
using Nortons..

Thanks much for the help.

Kenn

Kenn

Jul 24 '05 #6
cl****@email.to ast.net wrote:
The thumbnail size was the source or the problem. When I disabled
Nortion Ad Block, the thumbnails downloaded fine.

I regenerated the page with larger thumbnails, and with the larger size
thumbnails the page displayed fine even with Norton Ad Block enabled.

Even though now I know how to fix the problem locally, I'll stick to
larger thumbnails to help ensure the pages work with others who may be
using Nortons..


You don't have to make them larger: you can make them smaller, even by
as little as 1 pixel, as long as you avoid the standard ad banner sizes.
E.g. Instead of 120x90, you could use 120x89.
Jul 24 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
3976
by: Dave | last post by:
Hello, all! I'm having a small problem displaying an ordinary GIF file on my web site. It's just a banner with a transparent background. When I have Norton Internet Security disabled, it displays fine. When I enable Internet Security, the GIF disappears when I refresh the page - it doesn't even show an image placeholder. (Test was run with IE and Netscape). And you know what? I keep hitting refresh with Internet Security disabled, and...
1
1532
by: Al Christoph | last post by:
I'm running VB2003 on a new Dell Laptop where Dell in its infinite wisdom put on Norton Internet Security. UGH! Maybe I should have paid business rather than home prices:-) At any rate with Internet Security turned on, when I debug my console application, VB 2003 hangs and the program never gets to the first line. When I run the program stand alone - Norton says that the program is attempting to connect to a DNS server. SAY WHAT?...
11
1804
by: TC | last post by:
Hello All, I have recently had the pleasure of installing Norton Internet Security 2005 and finding that I can no longer create or open a web-based application in Visual Studio .Net. The IDE just freezes. I tried fiddling with the configuration settings of the Norton Firewall but was not successful. I tried launching IIS from the Control Panel and it would not launch. I saw one article in Groups.Google from a previous post that the...
2
1886
by: Sven | last post by:
I'm certainly not the first to write about this subject, but I came across it after buying a new PC with NIS on it and it messed up my site without telling or yelling. I solved it by this statement in the <head></head> <script src=http://www.mydomain.com/norton.js></script> and the script at http://www.mydomain.com/norton.js contains the follwing code: function undonorton(){ infected=false;
1
1839
by: Al Cadalzo | last post by:
I have a web page that allows a user to download data by clicking on a link button. I then use Aspose.Excel (v1.0.3705) to generate the file for download and then I call the "Save" method on the Aspose.Excel object to send it to the Response object. One of our users has Norton Firewall installed and when he tries to download a large amount of data he gets a message ""0 bytes downloaded". It works OK with smaller files. When he disables...
10
1795
by: Ammar | last post by:
Hi! I am running IIS 5 on windowsXP proffesional with norton internet security proffesional 2004. I have been trying to make an ASP.NET page that sends a report as an e mail to the webmaster of the site when a user subscribes in the site. The page runs well, but the e mail is never delivered! After long hours of search i found that turning norton Internet securty off solves the whole probelm! But then of course, i dont want to run my IIS...
5
2001
by: Chris Zoper | last post by:
Hello, Norton Internet Security blocks some of my ASP.NET pages. The pages are very 'normal' pages though. There is no 'dangerous' code in it or something like that. Also, the page is not in a pop-up. Most of my pages work just fine, but when I navigate to a specific page, it won't open. I don't get an exception or a warning, the page just won't finish loading. When I disable Norton Internet Security, it works fine again. Also when I...
11
2176
by: gregory_may | last post by:
I am developing an application that I would like to distribute on CD. Norton blows it up very badly. Is there some API I can talk to let Norton know I am ok?
1
1851
by: =?Utf-8?B?ZHVjaG92bGV0?= | last post by:
I tried installing Norton SystemWorks Premier 2007 onto my new laptop which is running Windows XP SP3 Home Edition. The installation SEEMED to go ok but then when I tried doing the initial LiveUpdate I ran into a host of problems. I will explain all below and hopefully someone can point me in the right direction. FYI: this is my very first post to the MS Community discussion groups so bare with me and give me any explanation in layman...
0
9597
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10620
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10372
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10110
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6877
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4329
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3851
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3008
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.