quote:
Originally posted by Pai
Try this:
code:
function OnGetScriptMenu(Loc) {
/*
* Create Plus Menu
*/
var menu = '<ScriptMenu>';
menu += '<MenuEntry Id="MnuChkAll">Check All Now</MenuEntry>';
menu += '<MenuEntry Id="MnuInbox">Inbox</MenuEntry>';
menu += '<MenuEntry Id="MnuRequest">Friend Requests (' + nwaNewRequestCounter + ')</MenuEntry>';
menu += '<MenuEntry Id="MnuBulletin">Bulletins (' + nwaNewBulletinCounter + ')</MenuEntry>';
menu += '<MenuEntry Id="MnuEvent">Events (' + nwaNewEventCounter + ')</MenuEntry>';
menu += '<MenuEntry Id="MnuBlog">Blogs (' + nwaNewBlogCounter + ')</MenuEntry>';
menu += '<MenuEntry Id="MnuOptions">Options...</MenuEntry>';
menu += '</ScriptMenu>';
return menu;
}
thanks Pai, worked like a charm! i keep servin' em up and you guys keep battin' em down lol I can always find something new to screw up. see first post for the new round of Q&A and the newest script pack!