I form an 'html' string interactively that can be output by `xx.html` as
'document.write (string)' which shows the html and the html source.
I can also see the string using `alert("string "+string);`
But how can I save that string or print that string?
db
'document.write (string)' which shows the html and the html source.
I can also see the string using `alert("string "+string);`
But how can I save that string or print that string?
db
Comment