Hi,
I was wondering if it was possible to open a browser window that contains some HTML, without actually creating/loading an actual .html file.
For example, I know this won't work, but something like this would be great:
Thanks, Dan
I was wondering if it was possible to open a browser window that contains some HTML, without actually creating/loading an actual .html file.
For example, I know this won't work, but something like this would be great:
Code:
window.open("<html><body>hello world!</body></html>");
Thanks, Dan