Marco Polo wrote on 05 jan 2004 in comp.lang.javascript
:
is it possible to invoke a browse window using javascript without
making use of the file field in an html form?
I do not think it is very useful:
<body>
<p id="here">
<script>
(nod=document.createElement("input")).type="file";
document.body.insertBefore(nod, document.getElementById("here"));
</script>
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)