Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote Rollover
Message
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00749288
Message ID:
00749430
Views:
16
Hi Brad,

Here is some sample client side code that shows the remote rollover code:
<a href="MyPage.aspx" 
onMouseOver="document.image2.src='MyNewGif.gif'" 
onMouseOut="document.image2.src='MyOriginal.gif'" >
<IMG height=30 width=142 
border=0
   src="MySrc1.gif" 
name="image1"></a>

<a href="MyOtherPage.aspx">
<IMG height=30 width=142 
border=0
   src="MyOriginal.gif" 
name="image2"></a>
>I'm looking for an example in C#-Webform of a remote rollover, you know changing the image of one button or image while passing over another button or link. I think I'll need some java but I'm not really sure. TIA
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform