Changing Window.Status with ASP.NET 2.0 menu control.

G

Guest

I have a classic ASP site that I'm converting to ASP.NET 2.0 using VS 2005
Beta 2 with the VB.NET language. In my classic ASP web app I use a custom
Javascript that creates a menu "control". In converting to ASP.NET 2.0, I'm
using the Menu control provided within the framework. Everything is working
well except for changing window status. In the classic ASP app I use a
onLoad in the Page tag the sets window.status="Whatever". Then when the
Javascript menu is used, I use an onMouseOver="window.status='Something
else'" and onMouseOut="window.status='Whatever'". I'm able to do the Page
onLoad event in ASP.NET 2.0 without any problem at all. But when I roll over
my menu control it show the ugly control.NavigateURL and I lose any text and
the status bar becomes blank when I roll the mouse out. I can not figure out
how to change the windows.status property in response to a mouseover or
mouseout event using the ASP.NET 2.0 menu control. Any help you can provide
will be greatly appreciated. Thanks in advance!
 

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

Members online

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top