Hi,
I have an asp page which opens an Excel object, fills out a spreadsheet, renames it and opens it in a new window. Works fine on all the machines except for one. It creates the excel spreadsheet but the window does not seem to open.
I have compared the Internet settings and they are the same on both machines. Is there something else I am missing. All machines have IE6 and Excel 2000 installed.
This is basically the lines of code
if STCommon_PrintPurchaseOrder () = true then %>
<SCRIPT>window.open ("StShowReport.asp",null,"height=400,width=750,status=yes,toolbar=yes,scrollbars=yes,menubar=yes,location=yes" </SCRIPT>
<% end if
It seems to be the window.open function which is failing. Anyone any ideas because I am stumped!!
thanks,
I have an asp page which opens an Excel object, fills out a spreadsheet, renames it and opens it in a new window. Works fine on all the machines except for one. It creates the excel spreadsheet but the window does not seem to open.
I have compared the Internet settings and they are the same on both machines. Is there something else I am missing. All machines have IE6 and Excel 2000 installed.
This is basically the lines of code
if STCommon_PrintPurchaseOrder () = true then %>
<SCRIPT>window.open ("StShowReport.asp",null,"height=400,width=750,status=yes,toolbar=yes,scrollbars=yes,menubar=yes,location=yes" </SCRIPT>
<% end if
It seems to be the window.open function which is failing. Anyone any ideas because I am stumped!!
thanks,