我正在一個web-scrapping項目上工作,我知道如何通過HtmlAgilityPack從目標頁面獲取某些數據。但我不知道要在該頁面的發佈信息中發送什麼。該頁面不通過查詢字符串發送任何信息。有三個文本框在該網頁上,兩個複選框和搜索按鈕html scrapping POST信息使用aps.net和htmlAgility
當我與螢火蟲檢查按鈕,它提供了以下信息
<img border="0" align="top" onclick="javascript:PVO_PId_Search(
document.ProtocolForm.searchplt,
document.ProtocolForm.towcheck.checked,
document.ProtocolForm.collateralcheck.checked,
document.ProtocolForm.selState[document.ProtocolForm.selState.selectedIndex].value,
document.ProtocolForm.selPltType[document.ProtocolForm.selPltType.selectedIndex].value)" onmouseout="this.className='flyOut'" onmouseover="this.className='flyOver'" alt="Search" value="PSearch" name="PSearch" onload="javascript:updateButtonWithOneTxtbox(document.ProtocolForm.searchplt,this,'v_images/Search_button.gif','v_images/Search_button_grey.gif');" src="v_images/Search_button.gif" class="flyOut">
現在的問題是,是否有任何可用的工具或Firefox插件這我可以使用和監視(或調試)它傳遞的是什麼類型的Post信息?
以及即時嘗試只是合法的,沒有任何限制。你能命名網絡監督工具嗎? – skhurams 2012-04-23 14:32:27