After I upgraded my IE to 9, my vfp code is having some issues now with automation ![Frown :( :(](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
this code still works in IE 8 and prior.
oWeb.document.GetElementbyID("submitButton").click()
and it submits the form as if i am clicking on the button.
on IE 9, its not doing anything.
i even tried:
oWeb.document.forms(0).submit()
anyone have experience in IE 9 to fix this issue?
Ali Koumaiha
TeknoSoft Inc.
Michigan
this code still works in IE 8 and prior.
oWeb.document.GetElementbyID("submitButton").click()
and it submits the form as if i am clicking on the button.
on IE 9, its not doing anything.
i even tried:
oWeb.document.forms(0).submit()
anyone have experience in IE 9 to fix this issue?
Ali Koumaiha
TeknoSoft Inc.
Michigan