isoEngine.php isoSetMovement.js
Sep 10
Rating 3.00 out of 5
[?]

isoAjax.js contains a number of javascript functions which you can use in your game, it includes a number of AJAX functions. You may use all or just some of these functions. Each function is listed here.

Modifying this file means that you will not be able to easily upgrade to the next version. This file could have changes made to it in a future version.

getXmlHttpObject(handler) - Returns and xmlHttp object, checks browser type to make sure syntax is correct.

sendData(url) - calls url, this is good for when you want to save information tot he server.

send(url, returnFunction) - calls a url, the contents of the url will be returned to the “returnFunction”. returnFunction should be a pointer to a function not the name.

ajaxDone() - You should not have to call this function. This is used when no function is provided when sending data through ajax.

Leave a Reply

You must be logged in to post a comment.