Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Remote Rollover
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00749288
Message ID:
00749430
Vues:
17
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform