using vb6, i have created an object of internet explorer and can navigate to the a page, fill textboxes etc, but i need to call a javascript function on the page, seems like invokescript should work but i get an error, method does not exist
ie.document.invokescript "test", "123"
the test script is just to show a dialog with the passed string,
am i doing something wrong, or does invokescript just not work like this