On Jan 11, 2011, at 5:04 PM, Martin.Mulone wrote:
> Perhaps I miss something but did you render in a view with 
> {{=XML(SCRIPT(alert("hi");))}} , and if you want to execute when the page is 
> loaded you have to put the code in 
> 

No need for XML(SCRIPT(xxx)), I don't think.

Either XML

('<script>something</script>)

or

SCRIPT('something')

...it seems to me.

Reply via email to