How can I get from server the HTML that I modified with javascript?

emmanuel

New member
I am making a webpage that modifies the HTML in the client side, but now I need to acccess from the server the modified html that is in the client

Should I use the XMLHttpRequest or what can I do to access that information?
 
Back
Top