各位大侠,请出手相助!

请各位高人
帮帮忙!!!!!

以下是TWebBrowser所浏览得网页,它没有 <html > </html >和 <body>
</body> 请教如何能获得网页中源文件的内容!

网页:

<script language=javascript >
if (confirm('message has been dispatched!\n1.点击 “确定” say hello \n2.点击 “取

消” 键关闭窗口'))
window.location.replace(

"../mart/upload.asp?infoid=tf&ype=2&mart=0 ");
else
window.close();
</script >
[456 byte] By [hi2003-人要往前看] at [2008-2-18]
# 1
up
hi2003-人要往前看 at 2007-10-29 > top of Msdn China Tech,Web,其他...
# 2
难道真的没有高手吗?
hi2003-人要往前看 at 2007-10-29 > top of Msdn China Tech,Web,其他...
# 3
<script language=javascript >
if (confirm('message has been dispatched!\n1.点击 “确定” say hello \n2.点击 “取

消” 键关闭窗口'))
window.location.replace(

"../mart/upload.asp?infoid=tf&ype=2&mart=0 ");
else
window.close();
</script >

显示一个包含有“确定”和“取消”按钮的对话框~~~
点击“确定”就做window.location.replace("../mart/upload.asp?infoid=tf&ype=2&mart=0 ");
点击“取消”关闭窗口
# 4
../mart/upload.asp?infoid=tf&ype=2&mart=0
这个就是页面啊。
genuis-不死鸟 at 2007-10-29 > top of Msdn China Tech,Web,其他...