olisemalis
MIS
Hi,
I have a vbscript inside my html page. The code is like this:
set oIE = Createobject("InternetExplorer.Application")
oIE.Toolbar = false
oIE.Visible = false
oIE.Resizable = false
oIE.Navigate URL
I realize, however, that the windows is always opened, despite I set visible = false (or =0). The same code inside visual basic works fine.
Any ideia about this?
Thank you
I have a vbscript inside my html page. The code is like this:
set oIE = Createobject("InternetExplorer.Application")
oIE.Toolbar = false
oIE.Visible = false
oIE.Resizable = false
oIE.Navigate URL
I realize, however, that the windows is always opened, despite I set visible = false (or =0). The same code inside visual basic works fine.
Any ideia about this?
Thank you