หน้าเว็บ

วันพุธที่ 2 มกราคม พ.ศ. 2556

open new browser tab when click html link

...
...
<!-- use html -->
<a href="http://google.co.th" target="_blank">google</a>
...
...
<!-- use javascript -->
<a href="http://google.co.th" onclick="window.open(this.href); return false;">google</a>
...
...
...

ไม่มีความคิดเห็น:

แสดงความคิดเห็น