i’m trying to install this code on http://shefinds.com/blog/index.php/weblog/comments/get_your_beauty_forecast/
it’s not showing up - the developer says ee is “stripping” the code - is there a reason this is happening? how can I stop it?
<!-- USE TO OPEN A POPUP AND DISPLAY HTML CODE TO PUBLISH ON myspace.com -->
function displayPreview(URL, pantalla, tools, direcciones, estado, barramenu, barrascroll, resize, width,height, left, top, sustituir){
var options2 = "fullscreen=" + pantalla +
",toolbar=" + tools +
",location=" + direcciones +
",status=" + estado +
",menubar=" + barramenu +
",scrollbars=" + barrascroll +
",resizable=" + resize +
",width=" + width +
",height=" + height +
",left=" + left +
",top=" + top;
var ventana = window.open(URL,"_blank",options2,sustituir);
}