Thank you, that gives me some ideas to try.

To answer your question: because I am a javascript beginner just
starting to get my head around this stuff :-)

On Jul 25, 7:16 pm, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> Josh,
> First, I am curious why you are putting the code directly on a like, is
> there a reason for that?  I assume it is to be able to dynamically add the
> IDs, but you should be able to create a function and just pass those IDs.
>
> But, to actually answer your question, I could not find a good answer for
> you, but this link may point you in the right 
> direction:http://www.thescripts.com/forum/thread424606.html The second and 
> third post
> should shed some light.
>
> The .load() uses innerHTML.
>
> On 7/25/07, Josh A. <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
> > Hey folks,
>
> > So here's example code:
>
> > <a onClick="
> > $j('#points_1').fadeTo('fast', .1).load(
> >   '/points/scroll',
> >   {sm_id: 1, ps_id: 13},
> >   function() {$j('#points_1').fadeTo('fast', 1);}
> > );">
>
> > You can see it in action (or inaction using IE) at
> >http://delangeracing.com/points
> > and clicking any "Prev" link.
>
> > Any idea why it never fades back in using IE?
>
> > -Josh
>
> --
> Benjamin Sterlinghttp://www.KenzoMedia.comhttp://www.KenzoHosting.com

Reply via email to