drop down menu is not getting (asp)

  • Thread starter Thread starter chris
  • Start date Start date
C

chris

Hi

When I am accesing some sites ,I am not getting the drop
down menu of the links in the page,while accesing from one
machine.The error messge is "elmenu is undefined".It's
noticed that the drop down menu is asp .From other
machines it's working fine.How can I fix the problem.For
example U can visit the site www.commerce.gov.bh and check
the link overview,there normally we get the drop down
menu,But in my machine I am not getting that drop down menu

Please help me to fix this problem

Regards
Chris
 
visit the site www.commerce.gov.bh
The error message is "elmenu is undefined"


Make sure first of all that you have the current version of all components
of that page. E.g. press Ctrl-F5 for a Refresh.

The page is implemented by frames so in order to see the main source
you need to use right-click, View Source (or press F6 enough times
to give focus to the main frame, then use use Menu-V, etc.)

When I do that I can't find elmenu as a separate word.
It is used as a separate word in menu.gif ;o
but I think that that may only be used during initialization.

So if you do that and you do find it as a separate word
my guess would be that you are getting an old version
of the source. Another possibility would be that you
might be getting source corrupted due to problems
with MTU size, for example or corrupted by some
monitoring software which might look askance at
such things as scripts being loaded under .txt and .gif
file types... Etc.


HTH

Robert Aldwinckle
 
Back
Top