login  Naam:   Wachtwoord: 
Registreer je!
 Forum

meerdere autoupdates met AJAX

Offline GerrieM - 09/02/2007 02:29 (laatste wijziging 09/02/2007 09:04)
Avatar van GerrieMNieuw lid Hallo allemaal.
ik heb onderstaande pagina die netjes om de twee seconde de content vernieuwd.

  1. <?
  2. function printBeurs()
  3. {
  4. include("ajaxoutp.php");
  5. }
  6.  
  7. // include the framework base..
  8. include_once("agent.php");
  9.  
  10. // init the framework..
  11. $agent->init();
  12.  
  13. ?>
  14.  
  15. <html>
  16.  
  17. <head>
  18.  
  19.  
  20. <title>Drankbeurs</title>
  21.  
  22. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  23.  
  24. </head>
  25. <script>
  26.  
  27. function call_printBeurs() {
  28. agent.call('','printBeurs','callback_printBeurs');
  29. setTimeout('call_printBeurs()',2000);
  30. }
  31.  
  32. function callback_printBeurs(str) {
  33. document.getElementById('divBeurs').innerHTML = str;
  34. }
  35.  
  36. function init() {
  37. call_printBeurs();
  38. }
  39.  
  40.  
  41. </script>
  42.  
  43. <body onLoad="init()" scroll=no>
  44. <center>
  45. <div id='divBeurs'></div>
  46. </center>
  47. </body>
  48. </html>


nu wil ik er een autoupdate bijplaatsen die om de 10 seconde een andere div content update.
Als ik bovenstaande javascript twee maal in het script plaats geeft hij alleen de laatste div weer.

Citaat:
Rens edit:
Codetags!!!

0 antwoorden

Gesponsorde links
Er zijn nog geen reacties op dit bericht.
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.175s