Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > HTML > something adding code in my html

Reply
Thread Tools

something adding code in my html

 
 
Marvel
Guest
Posts: n/a
 
      09-26-2006
when I create a html doc in notepad and save it all works good but when I
ftp it to my site there are lines of code inserted
zonelabs and postamble () and I delete it and ftp it and it is there again
and it causes popup blockers to browsers


 
Reply With Quote
 
 
 
 
David Dorward
Guest
Posts: n/a
 
      09-26-2006
Marvel wrote:

> when I create a html doc in notepad and save it all works good but when I
> ftp it to my site there are lines of code inserted
> zonelabs and postamble () and I delete it and ftp it and it is there
> again and it causes popup blockers to browsers


zonelabs? Sounds like you have ZoneAlarm installed and its intercepting the
request from your browser and adding that code before it gets there.

Do you get the same code appearing on other sites?

--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
 
Reply With Quote
 
 
 
 
richard
Guest
Posts: n/a
 
      09-26-2006

"Marvel" <> wrote in message
news:L7hSg.19971$...
> when I create a html doc in notepad and save it all works good but when I
> ftp it to my site there are lines of code inserted
> zonelabs and postamble () and I delete it and ftp it and it is there
> again and it causes popup blockers to browsers


Does your host have a direct way to upload files?
Could be your client doing the crappy work.

 
Reply With Quote
 
Jonathan N. Little
Guest
Posts: n/a
 
      09-26-2006
Marvel wrote:
> when I create a html doc in notepad and save it all works good but when I
> ftp it to my site there are lines of code inserted
> zonelabs and postamble () and I delete it and ftp it and it is there again
> and it causes popup blockers to browsers
>
>

Here are firewall programs that insert javascript to trap onload events
to disable popups, I bet that is what you are witnessing. How about a URL?

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
Marvel
Guest
Posts: n/a
 
      09-27-2006


> Marvel wrote:
>> when I create a html doc in notepad and save it all works good but when I
>> ftp it to my site there are lines of code inserted
>> zonelabs and postamble () and I delete it and ftp it and it is there
>> again and it causes popup blockers to browsers David wrote
>>zonelabs? Sounds like you have ZoneAlarm installed and its intercepting
>>the
>>request from your browser and adding that code before it gets there.
>>Do you get the same code appearing on other sites?

>

Yes all of my pages have the same crap inserted
>


>>Richard wrote
>>Does your host have a direct way to upload files?


I open my site and ftp
>
>>Could be your client doing the crappy work.

>

I am creating in notepad and ftp directly
>

yes I have two sites with multiple pages and is is doing it to all my pages.
here is the inserted code...
<!-- ZoneLabs Privacy Insertion -->
and ...<script language='javascript'
src='http://127.0.0.1:1036/js.cgi?pcaw&r=18467'></script>
and...<script language='javascript'>postamble();</script>
<!-- language='java!'
src='http://127.0.0.1:1048/js.cgi?pcaw&r=5705'--><!--!--><!--
language="java!" src="js.cgi"-->
>>

>Jonathan wrote
>> Here are firewall programs that insert javascript to trap onload events
>> to disable popups, I bet that is what you are witnessing. How about a
>> URL?

>

2 urls
drfixup.com/test.html (this one I created just now with only one word and
one image) and yes it did the same thing
and
helpcarl.com
all my pages are doing the same thing weather I edit in notepad and ftp or
publish from html program

>
>
>
>
>
>>> http://www.LittleWorksStudio.com



 
Reply With Quote
 
Jonathan N. Little
Guest
Posts: n/a
 
      09-27-2006
Marvel wrote:

>> Jonathan wrote
>>> Here are firewall programs that insert javascript to trap onload events
>>> to disable popups, I bet that is what you are witnessing. How about a
>>> URL?


> 2 urls
> drfixup.com/test.html (this one I created just now with only one word and
> one image) and yes it did the same thing


Yep, it is *your* firewall doing it . It is not being inserted at the
server level. Here is the source from my browser:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title>testt</title>
</head>
<body>
<div style="text-align: center;"><a href="http://www.drfixup.com/">Osaka
</a><br>
<br>
<img style="width: 570px; height: 480px;" alt="j girls" src="shi2.JPG"><br>
</div>
</body>
</html>

You have to disable your firewall's anti-popup feature if you wish to
remove the code or just ignore it.

--
Take care,

Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
 
Reply With Quote
 
 
 
Reply

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
XPath query for <?define something="something" ?> Pekka Järvinen XML 2 04-29-2008 08:12 PM
How to find and replace something that is nested inside something else? alainfri@gmail.com Perl Misc 4 05-31-2007 11:50 PM
var Something= new Something() What does it mean ? pamelafluente@libero.it Javascript 9 10-05-2006 02:43 PM
umm... something... template(s)... something else... pointer(s)... and such... 0.o yah, I'm hopeless and clueless o.0 C++ 4 10-13-2004 10:34 PM
HTML code warnings in asp.net html code view Craig Kenisston ASP .Net 3 10-07-2004 04:05 PM



Advertisments
 



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 44 45 46 47 48 49 50 51 52 53 54 55 56 57