QUOTE(snorlax @ Jun 29 2008, 02:52 AM)
Depends on how your menu is implemented. One way would be that it's hardcoded into the javascript, in which you just look through the code and delete the text when you find it. Or it might pull data from an XML file, which you'd have to open and remove the entry you don't want. Just look through the code in notepad or something and search for the item you want to delete.
thanks for the info. I tried it b4 in looking for the code inside frontpage html tab, I noticed that there is a code like this: onmouseover.popup ("abcd", "abcd"), the problem is I dun really understand what are the difference between those 2 "abcd" so I just delete the whole line, but the result come out is the whole popup entry has been deleted.
I am looking for the way to delete just 1 item in that popup entry but not the whole popup entry, it seems that i fail to do so.
I really want to help my fren coz he oso dun know how to do so n ask for my help.