J-Thread
Full Member
Posts: 467 Reputation: 8
– / / –
Joined: Jul 2004
|
RE: Help with a menu selection
code: sMenu += "<MenuEntry Id=\""+talkerList[i]+""+talkerList[i]+"\">"+talkerList[i]+"</MenuEntry>";
shouldn't that be:
code: sMenu += "<MenuEntry Id=\""+talkerList[i]+"\">"+talkerList[i]+"</MenuEntry>";
|
|