From: Brandon M. <bnd...@ho...> - 2000-11-29 00:24:34
|
Normal links.... I have always been able to apply an onclick handler. either by: document.links[x].onclick=myClickHandler or directly in the HTML with all the prior examples that people have sent. ----- Original Message ----- From: "Doug Melvin" <do...@cr...> To: <dyn...@li...> Sent: Tuesday, November 28, 2000 10:10 PM Subject: Re: [Dynapi-Help] Problems with IE mousepointer > um.. then why did I have to write my own event handlers of onclick? > Are we talking normal links here? or some sort of Dynlink? > > ----- Original Message ----- > From: "Brandon Myers" <bnd...@ho...> > To: <dyn...@li...> > Sent: Tuesday, November 28, 2000 3:53 PM > Subject: Re: [Dynapi-Help] Problems with IE mousepointer > > > onClick IS supported in Netscape on link objects. > > What are you smokin' man? > > ----- Original Message ----- > From: "Doug Melvin" <do...@cr...> > To: <dyn...@li...> > Sent: Tuesday, November 28, 2000 9:11 PM > Subject: Re: [Dynapi-Help] Problems with IE mousepointer > > > > onCLick is not suppoerted by Netscape... > > ----- Original Message ----- > > From: "Scott Andrew LePera" <sc...@sc...> > > To: <dyn...@li...> > > Sent: Tuesday, November 28, 2000 2:50 PM > > Subject: Re: [Dynapi-Help] Problems with IE mousepointer > > > > > > The "javascript:" protocol is probably still seen by the browser as > > being a request. Try using onClick instead and see if that helps. > > > > -- > > scott andrew lepera > > ----------------------------------- > > web stuff: www.scottandrew.com > > music stuff: www.walkingbirds.com > > > > > > "Tomas Källsen" wrote: > > > > > > 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 > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > > > _______________________________________________ > > Dynapi-Help mailing list > > Dyn...@li... > > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help > > > _______________________________________________ > Dynapi-Help mailing list > Dyn...@li... > http://lists.sourceforge.net/mailman/listinfo/dynapi-help |