Answers for "window.open('https://www.yuque.com/docs/share/876b343f-84b2-4f43-90a0-7f04f28e2ae2?#')"

10

javascript open new window

<a onclick="window.open(document.URL, '_blank', 'location=yes,height=570,width=520,scrollbars=yes,status=yes');">
Open New Window
</a>
Posted by: Guest on February-13-2020

Code answers related to "Javascript"

Browse Popular Code Answers by Language