posted on Nov, 11 2013 @ 12:56 AM
Yeah, it has to do with scripts, more specifically regarding the integrity of the websites Ad's or pop-up functions.
for example
function showPopup(url) [
newwindow=window.open(url,'name','height=190,width=520,top=200,left=300,resizable');
if (window.focus) [newwindow.focus
OR
function showPopup*(url) [
newwindow=window*.*open(url,'name','height=*190,width=*520,top=*200,left=*300,resizable');
if ( window* . * focus) [newwindow . focus
I added some asterisks and spaces to the 2nd example show how the script should appear (minus the asterisks and spaces), as apposed to how it actually
appears upon posting to a website in the 1st example.
It's not weird or odd. The website is registering what you typed as an attempted script, as it is similar in format, and which isn't allowed to be
posted. therefore it's, in layman's terms, blocking it from being executed.
edit on 11/11/2013 by unb3k44n7 because: (no reason given)