Đoạn mã JavaScript dưới đây sẽ hướng dẫn cách để mở một liên kết với một tab mới trong trên trình duyệt của người dùng.
Hỗ trợ trình duyệt: Firefox, IE, Chrome, Safari, Opera
JavaScript Code:
Hỗ trợ trình duyệt: Firefox, IE, Chrome, Safari, Opera
JavaScript Code:
------------
<html>
<head>
</head>
<body bgcolor=teal link=goldenrod onLoad="newsFeed()">
<CENTER>
<FONT SIZE=7 FACE=ARIAL COLOR=#804000>
<a href="" onclick="window.open('http://vnlives.net/');">www.vnlives.net</a>
</FONT>
</CENTER>
</body>
</html>
------------
<html>
<head>
</head>
<body bgcolor=teal link=goldenrod onLoad="newsFeed()">
<CENTER>
<FONT SIZE=7 FACE=ARIAL COLOR=#804000>
<a href="" onclick="window.open('http://vnlives.net/');">www.vnlives.net</a>
</FONT>
</CENTER>
</body>
</html>
------------
No comments:
Post a Comment