|
Posted by Ming on 10/30/07 16:57
Hi there,
I am not sure if this is the right place to ask this question :)
I am looking for a snipper program that can give me the final content
of a web page that visitors will see.
If a web page contains iframe or server-side include, corresponding
html code will be <iframe ...> <!--#include virtual=xxxxx -->
respectively. I want to get the source code of the iframe and the
included file.
For example, if there is a SSI tag: <!--#include virtual="ssi.txt" --
>,
and the content of ssi.txt is "It is a sunny day!". I want to get "It
is a sunny day!". In other words, I want to get exactly the same
content a visitor will *see*, not the HTML code that is available from
browser's "View Source" menu.
If there is such program available, could you please let me know?
Or could you please advise me how to implement it?
Thank you for your time,
Thanks,
[Back to original message]
|