B
Bruno Alexandre
Hi guys,
in the old days we use this script to delete the link address when the user
passed the mouse under a link:
<a href="...." onmouseover="javascript:window.status='';">link</a>
in ASP.NET 2.0 how can I do this programatically for all links, instead do
it for every link?
is there a override function that I can use to acomplish this feature?
--
Thank you in Advance.
Bruno Alexandre
(a Portuguese in Denmark)
in the old days we use this script to delete the link address when the user
passed the mouse under a link:
<a href="...." onmouseover="javascript:window.status='';">link</a>
in ASP.NET 2.0 how can I do this programatically for all links, instead do
it for every link?
is there a override function that I can use to acomplish this feature?
--
Thank you in Advance.
Bruno Alexandre
(a Portuguese in Denmark)