|
How is that laughable? JavaScript is client-side, so browsers can easily be programmed to block JS popups. PHP is server-side. So everything is processed and rendered by the server. The browser itself doesnt read the code, so how can it block it?
A site with php when viewsourced will display html.
A site with JS when viewsourced will display full code.
Just to see what I mean.
|