:: Forum >>

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.

Matt
Friday, March 24, 2006
Oh yeah, if I set it to single-row, then the links work.

Thanks,

Matt
Friday, March 24, 2006

This topic is archived.


Back to support forum

Forum search