Javascript Open URL in New Tab

[code language=”javascript”]
var win = window.open(url, ‘_blank’);
win.focus();
[/code]

Penerapan dalam Kendo Grid. Fungsi openTab disimpan di dalam webapp.js.

[code language=”javascript”]
//…
columns: [
{
field: "pmo_link",
title: "Website",
template: ‘<a href="javascript:" onclick="openTab(\’#= PMOLink #\’)">#= PMOName #</a>’,
},
]
//…
[/code]

Chandra Oemaryadi has written 244 articles

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>