#include <ie.au3>
$oie=_IECreate("http://www.pengyou.com/index.php?mod=ask&act=topic&tid=6734",1,1,1,0)
$links=_IELinkGetCollection($oie)
For $link In $links
If StringInStr($link.href,"&qid=")>0 Then ConsoleWrite($link.outertext&@tab&$link.href&@crlf)
Next