Tagged Questions

0
votes
2answers
1k views

When using onclick-event and document.write in javascript, does it always have to open in new window

Does it have to open in the sam Eg: function write(){ document.write("write") } input type="button" onclick="write()" value="Click"