|
From: Oliver K. (M. A. <ok...@to...> - 2004-09-15 12:24:43
|
Hi there,
im desperately trying to get loaded data from an IOElement:
hidden_io = new IOElement(true);
hidden_io.get("demos/glob_demo.xml.html");
<a href="javascript:alert(hidden_io.getData() )">see data</a>
Derived from the dynapi.util.ioelement.html it should work like this.
What i need is a possiblity to get the read data from the hidden layer.
Something like getData() in the above written href.
Version is 3.0.0, (version.xml)
I struggeled to the sources and api docu of IOElement, but did not
found the buffer or the method, where the loaded data is stored or
retrived. The Datafile is plain text, no javascript.
Can someone help ?
By the way, the IOElement examples failes on OSX/Safari, OSX/Firefox
works.
(f.e. dynapi.library-load.html , the debugger window tells "loaded
dynapi.library-file1.js" but the messagebox tells "undefined" as
content.
regards.oliver
|