Cannot print embedded spreadsheet?

  •  05-14-2007, 1:02 AM

    Cannot print embedded spreadsheet?

    I have an Excel spreadsheet in our editor (see editor contents below).   When the user clicks our custom print button (which has a click event attached that executes the following JavaScript commands:
     
     var editor1 = document.getElementById(''); editor1.ExecCommand('Print');  
    the text parts of the page print, but only an empty box prints in place of the spreadsheet.   How can we get the spreadsheet's contents to print?   Thanks.
     
    Editor contents follow:
    <div>Excel below:
    <div></div>
    <div>&nbsp;
    <div></div>
    <div>
    <div>
    <div>&nbsp;
    <div></div>
    <iframe id=DBSETUP_DEFAULT_DB.XLS name=DBSETUP_DEFAULT_DB.XLS src="\LABTRACKDEV3ORACLE\NOTEBOOKIMAGES\DEMO.20.1\DBSETUP_DEFAULT_DB.XLS" frameBorder=1 width=600 height=400></iframe></div>
    </div>
    </div>
    </div>
    </div>
    <div></div>
    <div></div>
    <div></div>
    <div></div>
    <div></div>
View Complete Thread