Ok, as far as I know, this should work. But for osme reason all I get in the status bar is: javascriptbjLocalMenu.toggleExpand(
the script line:
What could cause a problem like this? Running the script does not return any errors in the form of unterminated strings etc...
Thanx in advance,
Anton.
the script line:
Code:
strHTML = strHTML + "<a href='javascript:objLocalMenu.toggleExpand('" + this.id + "')'>" + this.text + "</a>";
What could cause a problem like this? Running the script does not return any errors in the form of unterminated strings etc...
Thanx in advance,
Anton.