VB获取网页源码中的内容解决方法

VB获取网页源码中的内容
以下为路由器网页源码中的一段代码.
我想要获取其中的
              Firmwave Version =v1.00.25
              MAC Address      =00:21:29:EF:0D:99
              Router Name      =WRTU54G-TM
 获取的值分别显示在text1.text,text2.text,text3.text中。请问各位朋友用WebBrowser控件怎么实现呢。其它控件也行。谢谢各位朋友了.
              
Router Information </B></P></FONT></TD>
<TD width=8 bgColor=#000000 height=25>&nbsp;</TD>
<TD width=101 height=25>
<SCRIPT>ShowText(share.firmwarever)</SCRIPT>
Firmware Version &nbsp;:&nbsp;</TD>
<TD><B>v1.00.25, May. 25, 2010</B></TD>
<TD width=13 height=25>&nbsp;</TD>
<TD width=15 background=UI_05.gif height=25>&nbsp;</TD></TR>
<TD colSpan=3 height=25>&nbsp;</TD>
<TD width=101 height=25>
<SCRIPT>ShowText(stacontent.curtime)</SCRIPT>
Current Time &nbsp;:&nbsp;</TD>
<TD><B>Not Available </B></TD>
<TD width=13 height=25>&nbsp;</TD>
<TD width=15 background=UI_05.gif height=25>&nbsp;</TD></TR>
<TR>
<TD width=156 bgColor=#e7e7e7 height=25>&nbsp;</TD>
<TD colSpan=3 height=25>&nbsp;</TD>
<TD width=101 height=25>
<SCRIPT>ShowText(share.macaddr)</SCRIPT>
MAC Address &nbsp;:&nbsp;</TD>
<TD><B>00:21:29:EF:0D:99</B></TD>
<TD width=13 height=25>&nbsp;</TD>
<TD width=15 background=UI_05.gif height=25>&nbsp;</TD></TR>
<TR>
<TD width=156 bgColor=#e7e7e7 height=25>&nbsp;</TD>
<TD width=8 background=UI_04.gif height=25>&nbsp;</TD>
<TD colSpan=3 height=25>&nbsp;</TD>
<TD width=101 height=25>
<SCRIPT>ShowText(share.routename)</SCRIPT>
Router Name &nbsp;:&nbsp;</TD>
<TD><B>WRTU54G-TM</B></TD>
<TD width=101 height=25>
<SCRIPT>ShowText(share.hostname)</SCRIPT>
IP Address &nbsp;:&nbsp;</FONT></TD>
<TD><FONT style="FONT-SIZE: 8pt"><B>0.0.0.0</B></FONT></TD>
<TD width=13 height=25>&nbsp;</TD>
<TD width=15 background=UI_05.gif height=25>&nbsp;</TD></TR>
<TR>
<TD width=156 bgColor=#e7e7e7 height=25>&nbsp;</TD>
<TD width=8 height=25><IMG height=30 src="UI_04.gif" width=8 border=0></TD>
<TD bgColor=#ffffff colSpan=3 height=25>&nbsp;</TD>
<TD width=101 bgColor=#ffffff height=25><FONT style="FONT-SIZE: 8pt">
<SCRIPT>ShowText(share.submask)</SCRIPT>
Subnet Mask &nbsp;:&nbsp;</FONT></TD>
<TD width=296 bgColor=#ffffff height=25><FONT style="FONT-SIZE: 8pt"><B>0.0.0.0</B></FONT></TD>