Answer the question
In order to leave comments, you need to log in
How to create and open in a new tab html page using js?
I would like to create a new js page on click and open it in a new tab, how can i do that?
Answer the question
In order to leave comments, you need to log in
new_window = window.open();
new_window.document.write('html код новой странички');
new_window.document.close();
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question