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.

Recommended Answers

All 3 Replies

firebug should be can see the css,click css tab or use arrow to point

Thank you.
But I want to see full HTML source like Firebug, because in Greasemonkey I don't see full source.

firebug should be can see the css,click css tab or use arrow to point

If the display is in a frame, Firebug should still allow you to see the code in HTML. Right click on the frame and there should be an option for you to select and do something with it.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.