Hello Everyone, I'm finished with my first _dynamic_ web application for use with DynAPI2.9+. I've also made some updates to IOElement and they're as follows:
* api - Application Programming Interface variable * onresponse(e,s) - event triggered after a response was received - s = true if successful * onrequest() - event triggered after a request has been sent to the server * retry(id) - calling retry() without an id will retry the last failed request. Returns true is retry was successful * cancel(id) - calling cancel() without an id will cancel the last failed request. Returns true is cancel was successful * cancelAll() - cancels all requests * setTimeout(ms) - set timeouts in milli-seconds For server-side operations I've created an IO object that allows server-side scripts to send and receive data to and from the client. The IO object makes it very easy for a user to send an array or an object to the to client. The file io.js is currently a javascript file (which means it will only work with javascript on the server-side, e.g. ASP), but it can be easily ported to perl, php or vbscript. If you can help with porting IO to the other platforms please let us all now about it. The attach application is a demonstration of what I would call an Intelligent Application, meaning that client-side functions and objects can be dynamically created on the server and then executed within the client's browser. For more information on iBook please see the readme.html For a online demo of iBook visit this web site: http://www24.brinkster.com/dyntools/api/ibook/ If you have any suggestions, comments, questions, etc please fell free to drop me a line. -- Raymond Irving __________________________________________________ Do You Yahoo!? Great stuff seeking new owners in Yahoo! Auctions! http://auctions.yahoo.com
ibook.zip
Description: ibook.zip
