links not working with multi-row enabled
I am importing data from XML file and then setting a link to certain columns.
This is the code for generating the links.
obj.setCellLink(function(col, row){var id = obj.getCellText(0,row);return "javascript:NewWindow('showDetailedQID.php?mode=status&QID=" + id + "&DATA=FunctionData','name','500','400','yes')"}, 1);
obj.setCellTemplate(new AW.Templates.Link, 1);
In IE the new window will open if the user holds the Alt key down when they click the link, but it doesn't work in FireFox.
This is the code for generating the links.
obj.setCellLink(function(col, row){var id = obj.getCellText(0,row);return "javascript:NewWindow('showDetailedQID.php?mode=status&QID=" + id + "&DATA=FunctionData','name','500','400','yes')"}, 1);
obj.setCellTemplate(new AW.Templates.Link, 1);
In IE the new window will open if the user holds the Alt key down when they click the link, but it doesn't work in FireFox.
Matt
March 24,