Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Communicate w/code behind from hyperlink
Message
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Communicate w/code behind from hyperlink
Divers
Thread ID:
00842566
Message ID:
00842566
Vues:
38
I have some rather involved HTML code that uses some java script to make visual changes. I have three images that are in a table to appear as one image. The HTML for the first image is below. The bottom line is I have panels that I need to show and hide based on <A links or clicks on my images. Is this possible? If there was a way to set a variable that could be read on the back end and have the hyperlink cause a post back that would be cool too.

< TD> < A onmouseup="changeImages('ToolBar_01', 'images/LKBuy/ToolBar_01-over.gif') return true " onmousedown="changeImages('ToolBar_01', 'images/LKBuy/ToolBar_01-down.gif') return true " onmouseover="changeImages('ToolBar_01', 'images/LKBuy/ToolBar_01-over.gif', 'ToolBar_02', 'images/LKBuy/ToolBar_02.gif', 'ToolBar_03', 'images/LKBuy/ToolBar_03.gif') return true " onclick="changeImages('ToolBar_01', 'images/LKBuy/ToolBar_01-click.gif') " onmouseout="changeImages('ToolBar_01', 'images/LKBuy/ToolBar_01.gif') return true " href="http://www.boxerx.com" > < IMG height="30" alt="" src="images/LKBuy/ToolBar_01.gif" width="162" border="0" name="ToolBar_01"> < /A> < /TD>

My thanks in advance,
~Joe Johnston USA

"If ye love wealth better than liberty, the tranquility of servitude better than the animated contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that ye were our countrymen."
~Samuel Adams

Répondre
Fil
Voir

Click here to load this message in the networking platform