dynamic html page source
Article Writing
2
Posts
2
Posters
0
Views
1
Watching
-
i want to capture dynamic page source (e.g. when on any page right click and option found view source ) i want to store that source using php/vb any solution.
-
i want to capture dynamic page source (e.g. when on any page right click and option found view source ) i want to store that source using php/vb any solution.
There is a good article here on The Code Project that do things very similar to your requirements. You can check it http://www.codeproject.com/useritems/WebPageSourceTransmitter.asp[^].
Remember, your work is not yours alone. Somewhere, there are some codes written by others amongst us that depends on your work. By failing to see that you are part of their ecosystem, you are bound to break their code.