|
-
July 12th, 2000, 07:59 AM
#1
common dialog in dhtml
I'm trying to use the common dialog control in a dhtml page, so that a user can select a location for the file. I used the following
dim x
set x = CreateObject("mscomdlg:commondialog")
x.showopen
The common dialog failed during initialization.
But if I change showopen to showprinter, it does show the printer box.
Could someone please direct me to what might be causing my problem.
As always, any help is greatly appreciated.
Thank you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|