Just wish to know alternatives on how to trigger something like the ff. code found in a webpage...
TIACode:<INPUT onclick="document.searchForm.submit(); return false;" type=image src="button.gif" value="Submit Search">
Printable View
Just wish to know alternatives on how to trigger something like the ff. code found in a webpage...
TIACode:<INPUT onclick="document.searchForm.submit(); return false;" type=image src="button.gif" value="Submit Search">
Take a look at this thread... It's in the code bank
http://www.vbforums.com/showthread.php?t=416275
Thanks stanav, will look into it sooner...
Just wondering, can I use the FireEvent method to accomplish this?