请问如何取得网页中表格的内容?

请问如何取得网页中表格的内容?

请问如何取得网页中表格的内容?
我用LWP模块,get某个网页却只能的到下面的结果。。。。。
请问有什么办法得到表格里面的内容(好象是用数据库导出的)?

========================================
html>

<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html">
<title>WXC2 OMC for R10.0</title>
</head>
<frameset rows="50,*" framespacing="0" border="0" frameborder="0">
<frame name="header" scrolling="no" noresize target="downMain" src="./frame/topMenu/topMenu.php" style="border-bottom: 0 solid #000000" marginwidth="0" marginheight="0">
<frame name="downMain" src="./frame/downIndex/downIndex.php">
<noframes>
<body>

<p>此网页使用了框架,但您的浏览器不支持框架。</p>

</body>
</noframes>
</frameset>

</html>


噢噢,不明白你讲什么,什.
噢噢,不明白你讲什么,什么表格,没看到![CCB]10[/CCB]
你获取的是主框页的内容。
你这是获取的是主框页的内容。而不是框内页的内容。url不对。
谢谢以上两位
[quote]回复给 helper : 你获取的是主框页的内容。...[/quote]
那意思是url对就可以了吧?
例如这个网页应该getsrc="./frame/topMenu/topMenu.php"或者./frame/downIndex/downIndex.php “

[CCB]21[/CCB]