3.2.0

[no subject]

How to retrieve data from object (obj) when using:

<script>

var obj = new AW.HTML.INPUT;
obj.setAttribute("type", "file");
document.write(obj);
/* alert(x); x = what command? to print the same file that is selected when the open button is pressed from the browse window. */

</script>
October 21,

This topic is archived.

See also:


Back to support forum