Hello Everyone,

With the new dynapi.util.FileReader class it's now
easier to read the content of any file on the server
with just a few lines of codes:

var fl = new FileReader(init);
function init(){
        var url = 'dynapi.util.filereader.xml';
        var str = fl.read(url);
        alert(str);
}
        
That it! See the dynapi.util.filereader.html example

Check out CVS or wait for the nightly snapshot

--
Raymond Irving

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to