[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>
<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,