Nuno.
make sure that when you are entering the single quote mark, you use the 
equivalent of $c(39) I had this problem and I could not tell the 
difference in single quote marks. 

I have cut and pasted a reply from Marvin Tener  that cured my problem
<snip>
You used ` in two places instead of ' and were getting JavaScript 
errors in the browser
Your example uses
Write "self.document.title =3D `New Title';",! --- ` before New -- =
this is back quote to upper left of US keyboard

Should be
Write "self.document.title =3D 'New Title';",! --- ' before New -- =
this is single quote

Same thing in the &js line.
</snip>

perhaps this is your problem also.

kev


Reply via email to