954,568 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Popups

Hey I am working on an offline site. However for some reason i recently started getting pop ups when i attemtp to load my site. My site is not online, and I dont have any built in pop up, they are from other companies and websites. What is the cause of this and how do i stop it.

mexaros
Newbie Poster
18 posts since Jan 2008
Reputation Points: 10
Solved Threads: 0
 

Hi Mexaros,
maybe you're linking to a remote site for web stats or some cool gadget.

I would probably search all files for "http". Internal links don't need to have http (use absolute or relative paths) so this search should discover external links.

You could also use an extension like Live HTTP headers (for Firefox)
https://addons.mozilla.org/cs/firefox/addon/3829
(there are tools that do the same for MSIE, just Google for HTTP headers MSIE)
By seeing what HTTP requests are being sent out you can track down that little bugger :-)

I'd also try using a different browser. Maybe it's something related to MSIE and Firefox will not want to connect. Then you have to look for MSIE related bugs.
Or your browser has a toolbar that wants to connect. Or your box is spyware infected.

Or perhaps your website sends out HTTP headers forbidding caching, or you use sessions (that send out headers implicitly), hard to tell.

Let me know if you made any progress.

petr.pavel
Junior Poster
117 posts since Mar 2008
Reputation Points: 30
Solved Threads: 16
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You