phatrice
Junior Member
Posts: 7
Registered: 9/12/2003
Member Is Offline
|
| posted on 9/16/2003 at 03:06 PM |
|
|
including javascript within the caption
hi, I am trying to include javascript within the caption which looks like
['<a href="" onClick="surprise('John')">',null,null],
but I haven't had much success with it despite tries with different conventions to escape the single quotes around 'John'
I tried \' I tried '\' I even tried ascii but it didn't work.
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/17/2003 at 06:44 AM |
|
|
The following syntax is correct:
['<a href="javascript:;" onClick="surprise(\'John\')">Surprise...</a>'],
You should define href attribute, escape quotation marks, closing tag is required for anchor.
|
|
|
phatrice
Junior Member
Posts: 7
Registered: 9/12/2003
Member Is Offline
|
| posted on 9/17/2003 at 06:21 PM |
|
|
the code is like
<a href=\"javascript:;\" onClick=\"wow(\'foo\')\">Machine</a>
and the link is inside a table as well
and it didn't work, the error message was ";" expected.
the code is outputted from sever side which is why the double quotes are escaped, but the code works without escaped single quotes.
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/18/2003 at 08:00 AM |
|
|
The code you've mentioned works fine with Tigra Tree Menu PRO v1.1.
So if you are still having troubles with it please send URL of your project or set of related files to via http://www.softcomplex.com/support/ Our specialists are ready to give you
assistance with tree menu setup.
|
|
|
phatrice
Junior Member
Posts: 7
Registered: 9/12/2003
Member Is Offline
|
| posted on 9/18/2003 at 03:17 PM |
|
|
hi, I have version 1.0, how do I upgrade?
|
|
|
rock
Moderator
Posts: 687
Registered: 4/15/2003
Member Is Offline
|
| posted on 9/18/2003 at 03:45 PM |
|
|
Please contact us at http://www.softcomplex.com/support/
|
|
|
phatrice
Junior Member
Posts: 7
Registered: 9/12/2003
Member Is Offline
|
| posted on 9/18/2003 at 10:06 PM |
|
|
thank you very much, it's working now
|
|
|