Strange window.print() error

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Bruce Duncan

    Strange window.print() error

    I have one user (I.E. 6.0.2800.1106 xpsp2.030422-1633) that recieves an
    error when he tries to use the "click to print" button. He can
    "right-click" and the print box appears, but if he uses the link he gets the
    following error (in a popup window):

    Internet Explorer Script Error:
    Line 93:
    Error: Access is denied
    Code: 0
    URL: res://c:\windows\syst em32\shdoclc.dl l/preview.dlg

    This is my code on the index.shtml page:
    <a href="#" onclick="window .print();">clic k to print</a>

    There is only one PC in the entire office that is having this
    problem...hmm.. .

    Any insight? I've been searching the web and haven't found much.

    TIA
    -Bruce Duncan


  • Bruce Duncan

    #2
    Re: Strange window.print() error

    "Bruce Duncan" <bruce~w~duncan @~hotmail.com> wrote in message
    news:10a9p0ggu0 n771f@corp.supe rnews.com...[color=blue]
    > I have one user (I.E. 6.0.2800.1106 xpsp2.030422-1633) that recieves an
    > error when he tries to use the "click to print" button. He can
    > "right-click" and the print box appears, but if he uses the link he gets[/color]
    the[color=blue]
    > following error (in a popup window):
    >
    > Internet Explorer Script Error:
    > Line 93:
    > Error: Access is denied
    > Code: 0
    > URL: res://c:\windows\syst em32\shdoclc.dl l/preview.dlg
    >
    > This is my code on the index.shtml page:
    > <a href="#" onclick="window .print();">clic k to print</a>
    >
    > There is only one PC in the entire office that is having this
    > problem...hmm.. .
    >
    > Any insight? I've been searching the web and haven't found much.
    >
    > TIA
    > -Bruce Duncan
    >[/color]
    Acutally, I found a lot on the web...but nothing definate.
    I'm blaming the BOHs...disabled them and now it's all working ok.
    -Bruce Duncan


    Comment

    Working...