Hi,
Simple question (i hope ;-) )
How can I get the full HTML of a document(as a string)?
This would have to include the values of (editted) inputs.
Basically, I need to write a function for a button which saves a client completed html document to the server and so I'm trying to get everything as a string so I can write it to file.
Thanks a lot,
Dan.
Simple question (i hope ;-) )
How can I get the full HTML of a document(as a string)?
This would have to include the values of (editted) inputs.
Basically, I need to write a function for a button which saves a client completed html document to the server and so I'm trying to get everything as a string so I can write it to file.
Thanks a lot,
Dan.