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 thread
http://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