Jump to content

[SOLVED] onLoad


bob_the _builder

Recommended Posts

change it to this

<br />
window.onLoad = function() {<br />
     alert(&#039;Is it the AJAX function?&#039;);<br />
     AjaxRequest(&#039;main&#039;,&#039;./includes/eventdisplay.php?id=0&#039;);<br />
     AjaxRequest(&#039;menu&#039;,&#039;./includes/eventlist.php?id=0&#039;);<br />
     alert("Yep, it&#039;s definitely the AJAX function");<br />
}<br />

and see if it does anything

Link to comment
https://forums.phpfreaks.com/topic/141728-solved-onload/#findComment-741992
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.