Forum Moderators: DixonJones
I thought it would be interesting to determine how many users have pop-ups disabled.
If you look at the stats for visits the number of times pop.asp is viewed is almost half of what default.asp is.
Somebody suggested that people leave the pop up blurred under the main window while they navigate the site, causing default.asp to be loaded more.
So then I said, "Why don't we compare the number of visits when default.asp is the entry page to the number of time pop.asp is displayed."
When I do this the ratio is 63% (pop.asp/default.asp)
So here are the questions:
1) What do you think the best way to determine how may people have pop-ups disabled is? (It is possible to disable pop-ups with javascript still turned on )
2) Anybody have current numbers?
3) Does webtrends count spiders as visitors?
Thanks,
If you are wondering about people who disable popups through their browser or some software then I don't know about that, but would like to hear if anyone does have an answer.
If your server sends off a pop-up it will be counted in the log. If the user has software that blocks the pop-up from display, it is still sent from the server and recorded in the log - it usually gets blocked on the way from server to screen. This implies that your 63% figure is without pop-up blockers (ie. the real number could be smaller).
If users have javascript disabled, pop-ups activated by JS will of course not be activated. Search Engines do not activate JS-code, they just treat it as a text string, so they will not see the pop-up either, unless they can identify a link to it.
/claus
<added>JS-disabled and SE's will not get recorded in the logs for the pop-up file (unless they specifically request it), they are among the 37% that does not see both pages</added>