Can I use a common dialog within a script,
for example to select a file to open?
Printable View
Can I use a common dialog within a script,
for example to select a file to open?
I dont know if you can use a commondialog, but you can use the <input> tag.
Code:<input type="file">
I'm not using it on a web page,
but in a script on my PC.
That should still wok on your PC.
Yes but only from inside html, right?
I want to run a .vbs file with the scripting
host
Oh, now i see what you want. Yeah, i think that is HTML only.