Question find java link in webpage

bnnoor

Member
Joined
Jun 29, 2011
Messages
6
Programming Experience
Beginner
hi......
i have html page like this

</span></font><a href="../../../../../../../<#PostArchiveFile#>#<#postid#>"><font color="#737373" size="1"> <span style="text-decoration: none">
<A onclick="window.open('http://commenting.iranblog.com/services/commenting/commenting.aspx?BlogID=145682&PostID=943111',null,'width=600, height=550, scrollbars=yes, resizable=yes');" href="javascript:void(0)" style="text-decoration:none"><span dir="rtl">

how i can get window.open link ? and copy to textbox?
try to " webbrowser1.document.body.innetrhtml.contain("http://commenting.iranblog.co ") and recive boolean type":frown:
i need link on window.open script tag pleaze help
thanks
 
Back
Top