gearheadgood
Programmer
I'm trying the following code and keep getting a syntax error in the first line:
var qstr = <%=crReportID%>;
locstr = "LaunchReport.asp?ReportID=" + qstr
windowprops = "fullscreen=no,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes";
reportWindow=window.open(locstr,"rptWindow",windowprops);
Any clues ?
tia,
GearHead
var qstr = <%=crReportID%>;
locstr = "LaunchReport.asp?ReportID=" + qstr
windowprops = "fullscreen=no,location=no,scrollbars=no,menubars=no,toolbars=no,resizable=yes";
reportWindow=window.open(locstr,"rptWindow",windowprops);
Any clues ?
tia,
GearHead