Status bar with menu and sitemapprovider

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

Is there any way to have the status bar showing a custom text (such as a
description) when hovering over an asp.net menu menuitem?

We are using our own custom sitemap provider and it would be great if we
could have the status bar show a unique description for each menuitem instead
of the url, which is currently set to an unfriendly looking javascript.

/Kjell
 
on a mouseover event just set

window.status = "sometext;"

-- bruce (sqlwork.com)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top