Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Communicate w/code behind from hyperlink
Message
From
25/10/2003 02:53:31
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Communicate w/code behind from hyperlink
Miscellaneous
Thread ID:
00842566
Message ID:
00842566
Views:
37
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

Reply
Map
View

Click here to load this message in the networking platform