How would i click this link?
<frameset rows="115,*" cols="*" border="0" frameBorder="NO" frameSpacing="0">
<frame name="1838" src="frame-banner.php" noResize="noresize" scrolling="no">
<frameset rows="*" cols="180,*,180" border="0" frameBorder="NO" frameSpacing="0">
<frame name="leftFrame" src="frame-leftmenu.php" noResize="noresize" scrolling="auto">
<html>
<head>
<body onload="">
<table width="90%" border="0">
<div class="menu" id="rfmenu">
<div>
<div>
<span>
<a href="sliced_page.php?page=crime"> <-------------------- This link?
Text - Empty Text Node
I have tried the following code with no success
$sUrl = "ny-mafia.com" $oIE = _IECreate($sUrl, 1) $oIE1 = _IEAttach($oIE, "ny-mafia.com") _IELinkClickByText($oIE1, "crime")