Hi,
Sorry for my bad English.
I'm trying to get HTML source of this webpage http://priceboard.kimeng.com.vn/webdeploy/HoseBoard.aspx
When I used function 'View Page Source' I get
...
<div id="divPTableInner" style="width:100%">
<div id="divPTable"><center style="margin:40px"><img src="images/loader.gif" width="32" height="32" border="0" alt="Loading"/></center></div>
</div>
...
But when I used Firebug (Firefox) to view source I get full source of this page.
I want to write some Greasemoneky script to track my Symbol, but I don't know how to view full source like Firebug.
Thanks in advance.