Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi,

 

 

I have some Hyperlinks web controls on a usercontrol web form.

On the Load_Page event i added:

LinkQueries.Attributes("onMouseOver") = "document.getElementById('LinkQueries').style.color = 'red'"
       LinkQueries.Attributes.Add("onMouseOut", "document.getElementById('LinkQueries').style.color = 'blue'")

 

so.. when ever the user going over the link it goes red, and goes blue when

it moves away.

 

I drop down the usercontrol on a second web form.

My problem is that everytime i'm going over the link with the mouse i get

nothing, except to an 'error!' msg in window status.

 

I know how to make it work (change color from red to blue) if i use hyperlink in my own web form (with out using the usercontrol).

 

What is the problem?

 

Thanks ;)

Posted

I have a solution instead...

 

Use a CSS. a:hover will permit you to change style while the mouse is over. What do you think about that ?

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Posted
Thanks for the precision ! was a little bit tired too yesterday lollll :p

"If someone say : "Die mortal !"... don't stay to see if he isn't." - Unknown

"Learning to program is like going out with a new girl friend. There's always something that wasn't mentioned in the documentation..." - Me

"A drunk girl is like an animal... it scream at everything like a cat and roll in the grass like a dog." - Me after seeing my girlfriend drunk and some of her drunk friend.

C# TO VB TRANSLATOR

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...