Is there a way to make links in a webpage open with this code onclick?

Code:

$IE = CreateObject("InternetExplorer.Application")
$IE.AddressBar = 0
$IE.MenuBar = 0
$IE.ToolBar = 0
$IE.FullScreen = 0
$IE.StatusBar = 0

$ = $IE.Navigate("www.google.com")
$IE.Visible = 1

_________________________
~Mwah