Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:14
back quote questions
Poster: tom2
Dated: Friday August 20 2004 - 16:30:53 BST
Hi,
I have had varying success with using the backquote ` character around
the text= data.
aI("text=`<div>test</div>`;url=/testurl;");
FAILS with runtime error: Line 24 Error: "Undefined" is null or not an object.
aI("text=<div>test</div>;url=/testurl;");
WORKS with backquotes removed.
ALso, I have tried with limited success to used rawcss. Does this support all css? Also, how would I add multiple items,
e.g: rawcss=font-weight:bold; font-size:24;
Can it be in backquotes also?
Any help is appreciated
Thanks.
Tom