RE: OT: javascript to prevent a normal link from working

2006-12-19 Thread Joshua Cyr
PROTECTED] Sent: Tuesday, December 19, 2006 2:00 PM To: CF-Talk Subject: RE: OT: javascript to prevent a normal link from working Ah, but these are links I have no control over from other pages. The trick is that they are just normal pages that are pulled in to the tab. Joshua Cyr Savv

RE: OT: javascript to prevent a normal link from working

2006-12-19 Thread Joshua Cyr
, December 19, 2006 1:48 PM To: CF-Talk Subject: Re: OT: javascript to prevent a normal link from working return false in your tag. foo On 12/19/06, Joshua Cyr <[EMAIL PROTECTED]> wrote: > I am playing with YUI and spry and have a fun task of having content > from other pages load into a t

Re: OT: javascript to prevent a normal link from working

2006-12-19 Thread Charlie Griefer
return false in your tag. foo On 12/19/06, Joshua Cyr <[EMAIL PROTECTED]> wrote: > I am playing with YUI and spry and have a fun task of having content from > other pages load into a tab system in spry. All is working well so far. > Next I have event listener code to check for the click of any

OT: javascript to prevent a normal link from working

2006-12-19 Thread Joshua Cyr
I am playing with YUI and spry and have a fun task of having content from other pages load into a tab system in spry. All is working well so far. Next I have event listener code to check for the click of any link in that tab content area (which is a separate file). Those links are just normal lin