
invoke the Open file dialog box in DHTML
I am wondering if it is possible thru vbscript to invoke
the Open file
dialog box similar to the GetOpenfilename method in VBA.
Here is what I would like to do: when a user click a
button, this Open file
dialog box will popup (without actually opening up the
file) and let the
user choose a file from a initial directory and initial
type (ie. *.txt,
C:\my documents\subfolder), then put the path to this file
in a text input
box. This is very similar to the input type = "file"
(fileUpload) property
in HTML, but I would like to control the initial directory
and the initial
file type for them to search.
Any help will be appreciated.
Joey K