From: Matthew S. <PK...@Tu...> - 2000-11-28 23:17:16
|
Instead try this for a link... <a href="#" OnClick="someFunction();return false">Link Text<a/> using "javascript:" causes many problems, one of which is the one you are having. Don't forget the "return false" it needs to be there. Hope this helps, -- Matthew -----Original Message----- From: dyn...@li... [mailto:dyn...@li...]On Behalf Of Tomas Kdllsen Sent: Tuesday, November 28, 2000 2:19 PM To: dyn...@li... Subject: [Dynapi-Help] Problems with IE mousepointer Hi, I know this is not really the place to ask this question, but I don't know where else to post it... with several of my scripts I have a problem with the IE mousepointer when you click on a link that executes a script; an hourglas next to the mouse pointer, even though the page has finished loading. Anyone know the reason for this? This usually happends when I use "javascript: void(0)" in the HREF of a link. Thanks // Tomas _______________________________________________ Dynapi-Help mailing list Dyn...@li... http://lists.sourceforge.net/mailman/listinfo/dynapi-help |