how to open new window by link
I want open new window by link , how can i do?
qian xian jie
April 25,
var obj = new AW.UI.Grid;
obj.setCellData("cell");
obj.setHeaderText("header");
obj.setColumnCount(10);
obj.setRowCount(10);
var link = new AW.Templates.Link;
link.setAttribute("target", "_new");
obj.setCellTemplate(link);
obj.setCellLink("http://www.google.com");
document.write(obj);
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021