View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
joel joel is offline
external usenet poster
 
Posts: 9,101
Default Navigate on Web Page

The hyperlink is usally attached to the href property. I sometimes copy the
href property to the Onclick property. The Select and Click the object like
I would a button.

"tp803" wrote:

How do I simulate a hyperlink on a web page? For example, after the user is
login successfully, I would like to automatically clicks on a Search
hyperlink to load the search page.