use formtarget="_blank" its working for me <input type="button" onClick="parent.location='http://www.facebook.com/'" value="facebook" ... ... <看更多>
Search
Search
use formtarget="_blank" its working for me <input type="button" onClick="parent.location='http://www.facebook.com/'" value="facebook" ... ... <看更多>
例如 <a href="google.com" target="_blank"></a> ,而js的按鈕寫法就是 <button ... onclick="window.open('google', '_blank')">BUTTON</button>. ... <看更多>
<a class='goog-inline-block share-button sb-blog' expr:href='data:post.sharePostUrl + "&target=blog"' expr:onclick='" ... ... <看更多>
For example: <div class="login login-button" onclick="window.open('http://www.google.com')" target="_blank">Click me</div> . ... <看更多>