3
i have lots of javascripts for popup windows but i don't know why they don't work on xoops!
if i use something like :
function fullwin()
{
window.open("http://bertepolis.coniglioviola.com","normal","fullscreen")
}
in xoops.js
and then
<a href="javascript:fullwin()"><strong> clicka>
in the page but it opens a forbidden page !
with an url like that:
http://localhost/art-factory/modules/content/java%20script:fullwin()
i tried also other scripts but the result is always the same...
...