After upgrading to Beta 6 the javascript code I had in my site mission field get displayed (not evaluated).

In other words you now see the script like:

This is an open site, please participate or even join us. Bookmark SiteBuddy!" var url = "http://www.sitebuddy.com"; var who = "SiteBuddy Tech Help"; var ver = navigator.appName var num = parseInt(navigator.appVersion) if ((ver == "Microsoft Internet Explorer")&&(num >= 4)) { document.write(''+ txt + '') }else{ txt += " (Ctrl+D)" document.write(txt) } //--> 

Until Beta6 upgrade, the javascript in mission field worked fine.

Thanks,
Christophe

Note: It's not letting post the full script even within "code" tags...says something about suspecious activity....

Comments

killes@www.drop.org’s picture

Status: Active » Closed (won't fix)

Previously the mission field was not properly escaped, now it is. This has the side efect that you can't add JS anymore. This should be done in your theme.

chrisd’s picture

Bummer...

"This should be done in your theme." will do.

Thanks,
Chris