Skip to content
Advertisement

Use document.write() to write the result in a separate page

I am writing an html code into javascript using document.write().

But the result came in the same page, I want to display the result in a separate page.

JavaScript

So this table is being displayed in the webpage, I want this result to be displayed in another webpage.

Advertisement

Answer

Try this

JavaScript
User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement