ibbly
July 12th, 2000, 07:59 AM
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.
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.