I have a web form and I am trying to find out a way that i can copy the contents of a HTML page with all data in the form so i can save it to a file. Can anyone suggest a way that i might be able to do this?
I have been doing this
new
Element("div").adopt($(document.body).getParent("html").clone()).get("html")
to get the HTML document but the form fields are all blank.
Appreciate any ideas.
Steve
