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!
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!