report_object.js 976 B

1234567891011121314151617181920
  1. var cRects = document.body.getClientRects();
  2. var bodyHeight = cRects[0].bottom - cRects[0].top;
  3. document.write('<object id=rdbarcode');
  4. document.write(' classid="CLSID:88F70D57-2624-4E7C-A31E-2FC338B61EF2"');
  5. document.write(' codebase="/active_x/rd/rdbarcode9.cab#version=9,0,0,8245"');
  6. document.write(' name=rdbarcode width=0% height=0%>');
  7. document.write('</object>');
  8. document.write('<object id=TChart');
  9. document.write(' classid="CLSID:FAB9B41C-87D6-474D-AB7E-F07D78F2422E"');
  10. document.write(' codebase="/active_x/rd/teechart7.cab#version=7,0,1,5"');
  11. document.write(' name=TChart width=0% height=0%>');
  12. document.write('</object>');
  13. document.write('<OBJECT id=Rdviewer');
  14. document.write(' classid="clsid:04931AA4-5D13-442f-AEE8-0F1184002BDD"');
  15. document.write(' codebase="/active_x/rd/cxviewer60u.cab#version=6,2,3,133"');
  16. document.write(' name=Rdviewer width="100%" height="' + bodyHeight + '">');
  17. document.write('</OBJECT>');