<div id="forumscompe"> <script type="text/javascript"> // Define the callback function function getListForumsCompe(jsonData) { var html = jsonData.html; //alert(html); unescape(html); document.getElementById("forumscompe").innerHTML=html; bObj.removeScriptTag(); } // The web service call var req = "http://ws.parapente.net/forums/list_foros2.action?indextf=19"; // Create a new request object bObj = new JSONscriptRequest(req); // Build the dynamic script tag bObj.buildScriptTag(); // Add the script tag to the page bObj.addScriptTag(); </script> </div>
Blog de Bienvenida