How can i use the CommonDialog control with Javascript? or JScript? Please help.. :)
Printable View
How can i use the CommonDialog control with Javascript? or JScript? Please help.. :)
If you're just wanting to pull a file path that the user specifies by using the commondialog then use the following html form tags:
Code:<form>
<input type="file">
</form>