Using flash template status bar..

liunx

Guest
Hi there, I'm kinda new to this so this may seem like a ridiculous question.

I'm trying to use a status bar flash template from here: <!-- m --><a class="postlink" href="http://www.guistuff.com/gen.shtml?flash_stat">http://www.guistuff.com/gen.shtml?flash_stat</a><!-- m -->

To use it you have to insert onmouseover properties into <a> tags it says. I'm using vs.net.. and i have these pics i've put in i want to use.. thing is I didn't put them in with <a> tags.. it just has <asp> tags from me clicking and dragging the pic into my webform.. How can I make this functional? I tried wrapping the asp stuff with the <a> tag but that doesnt work.. thanks..you can add the property in your page load

imageObjectId.Attributes.Add("onmouseover", "EnterContent('Bar Content')")
imageObjectId.Attributes.Add("onmouseout", "EnterContent('')")

EricThanks alot Eric, it worked.
 
Top