Jump to content

Saving HTML Pages


Guest Smacky

Recommended Posts

I have an Browser window, in which the HTML Document is loaded after a certain time interval by an URL, i wanted to programmatically save this HTML window whenever loaded at a Specified location. :) How can this be achieved through JavaScript or JAVA?Please throw some light about it.. Thanks.

Link to comment
Share on other sites

First thing, the HTML document that you are loading and wanting to save, is it its stored and or created on your server (is it dynamic in some respect)?That information will help just to understand exeactly what you expect.In any respect, I am not sure how asp or php can do this but with Cold Fusion, I could use the <cfhttp> tag which will load a webspage and set its entire contents to a single variable. From that, I would use the <cffile> tag to create a txt or html file out of the variable. This could be set up to either save it on the server and/or give it to the client.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...