Sorry...I forgot about that. Now, I have everything working properly.
The only problem left is that there seems to be an issue with the Ajax
updates on IE. From what I can gather, every page that has a link like
'mysite/conditions/?page=x' works correctly, but if it's the first
page the link looks like this 'mysite/conditions' and it seems to
reload the whole page into the div and I end up with a sort of
'domino' effect.

I know it's an issue in my code, because the same thing does not
happen in your demo. I'm just trying to get an idea of where to look.

On May 10, 11:27 am, AD7six <[EMAIL PROTECTED]> wrote:
> On May 10, 4:46 pm, Stacey <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hmm, this could be a problem. Why are there two Event.observe for the
> > same div with different id's? Would this be causing the 'tabcontent1'
> > div not to update?
>
> > <div id='pagination'>
> > Results: 1-20 of 24<br><< <b>1</b> |
>
> > <a href="/myremedyfind_forum/search/results/a/?page=2"  id="link24171"
> > onclick=" return false;">2</a>
>
> > <script type="text/javascript">Event.observe('link24171', 'click',
> > function(event){ new Ajax.Updater('tabcontent1','/mysite/search/
> > results/a/?page=2', {asynchronous:true, evalScripts:true,
> > requestHeaders:['X-Update', 'tabcontent1']}) }, false);</script>
>
> > <a href="/myremedyfind_forum/search/results/a/?page=2"  id="link26853"
> > onclick=" return false;">>></a>
>
> > <script type="text/javascript">Event.observe('link26853', 'click',
> > function(event){ new Ajax.Updater('tabcontent1','/mysite/search/
> > results/a/?page=2', {asynchronous:true, evalScripts:true,
> > requestHeaders:['X-Update', 'tabcontent1']}) }, false);</script>
>
> > <br></div>
> > </div>
>
> read from "Take note (from the demo) that..." in the previous 
> threadhttp://groups.google.com/group/cake-php/msg/ecff301f7cd90eca


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to