Technology Questions

Go Back   Technology Questions > Software Questions > Internet > Internet Explorer

Internet Explorer Discuss IE7 or any other IE version.

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 12-11-2007, 05:49 PM
Egan
Newsgroup Contributor
 
Posts: n/a
Internet Explorer 7 Script Error and Printing

Hi Everyone.

I have an Internet Explorer 7 Script Error:

It says: An error has occurred in the script on this page

Line: 1829
Char: 1
Error: Unspecified Error
Code: 0
URL: res//ieframe.dll/preview.dlg

Do you want to continue running scripts on this page?

Yes or No

-----------------------------------------------------------------------
What does this script error message mean?
How can I fix this error so that I can print the current Internet Explorer
webpage?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 12-11-2007, 05:49 PM
  #2 (permalink)  
Old 12-11-2007, 05:50 PM
Frank Saunders MS-MVP IE,OE/WM
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

"Egan" <Egan@discussions.microsoft.com> wrote in message
news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> Hi Everyone.
>
> I have an Internet Explorer 7 Script Error:
>
> It says: An error has occurred in the script on this page
>
> Line: 1829
> Char: 1
> Error: Unspecified Error
> Code: 0
> URL: res//ieframe.dll/preview.dlg
>
> Do you want to continue running scripts on this page?
>
> Yes or No
>
> -----------------------------------------------------------------------
> What does this script error message mean?
> How can I fix this error so that I can print the current Internet Explorer
> webpage?
>


Hold down the Windows key and press R. Type

regsvr32 ole32.dll

and press Enter.

--
Frank Saunders MS-MVP IE,OE/WM
www.fjsmjs.com
Do not send email

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 12-13-2007, 07:37 AM
Robert Aldwinckle
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

"Egan" <Egan@discussions.microsoft.com> wrote in message
news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> Hi Everyone.
>
> I have an Internet Explorer 7 Script Error:
>
> It says: An error has occurred in the script on this page
>
> Line: 1829
> Char: 1
> Error: Unspecified Error
> Code: 0
> URL: res//ieframe.dll/preview.dlg



View Source shows that that module only has 204 lines
so that line number probably refers to another script module.


>
> Do you want to continue running scripts on this page?
>
> Yes or No
>
> -----------------------------------------------------------------------
> What does this script error message mean?
> How can I fix this error so that I can print the current Internet Explorer
> webpage?



If you had a script debugger to use you could intercept that error
and find out what it really means.

If you can't diagnose it properly the only thing you can do is try things
that might be related. E.g. try to eliminate sources of third-party interference
by using No Add-ons mode; make sure that your security settings are at
Default Level; etc.


Good luck

Robert Aldwinckle
---


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 12-13-2007, 07:39 AM
Robert Aldwinckle
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

"Egan" <Egan@discussions.microsoft.com> wrote in message
news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> Hi Everyone.
>
> I have an Internet Explorer 7 Script Error:
>
> It says: An error has occurred in the script on this page
>
> Line: 1829
> Char: 1
> Error: Unspecified Error
> Code: 0
> URL: res//ieframe.dll/preview.dlg



View Source shows that that module only has 204 lines
so that line number probably refers to another script module.


>
> Do you want to continue running scripts on this page?
>
> Yes or No
>
> -----------------------------------------------------------------------
> What does this script error message mean?
> How can I fix this error so that I can print the current Internet Explorer
> webpage?



If you had a script debugger to use you could intercept that error
and find out what it really means.

If you can't diagnose it properly the only thing you can do is try things
that might be related. E.g. try to eliminate sources of third-party interference
by using No Add-ons mode; make sure that your security settings are at
Default Level; etc.


Good luck

Robert Aldwinckle
---


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 12-13-2007, 07:41 AM
Robert Aldwinckle
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

"Egan" <Egan@discussions.microsoft.com> wrote in message
news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> Hi Everyone.
>
> I have an Internet Explorer 7 Script Error:
>
> It says: An error has occurred in the script on this page
>
> Line: 1829
> Char: 1
> Error: Unspecified Error
> Code: 0
> URL: res//ieframe.dll/preview.dlg



View Source shows that that module only has 204 lines
so that line number probably refers to another script module.


>
> Do you want to continue running scripts on this page?
>
> Yes or No
>
> -----------------------------------------------------------------------
> What does this script error message mean?
> How can I fix this error so that I can print the current Internet Explorer
> webpage?



If you had a script debugger to use you could intercept that error
and find out what it really means.

If you can't diagnose it properly the only thing you can do is try things
that might be related. E.g. try to eliminate sources of third-party interference
by using No Add-ons mode; make sure that your security settings are at
Default Level; etc.


Good luck

Robert Aldwinckle
---


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 04-23-2008, 03:41 AM
Dodgyronnie
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

Hi All,
I had the sane problem, but Franks procedure worked a treat. Cheers.

Dodgyronnie.

"Frank Saunders MS-MVP IE,OE/WM" wrote:

> "Egan" <Egan@discussions.microsoft.com> wrote in message
> news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> > Hi Everyone.
> >
> > I have an Internet Explorer 7 Script Error:
> >
> > It says: An error has occurred in the script on this page
> >
> > Line: 1829
> > Char: 1
> > Error: Unspecified Error
> > Code: 0
> > URL: res//ieframe.dll/preview.dlg
> >
> > Do you want to continue running scripts on this page?
> >
> > Yes or No
> >
> > -----------------------------------------------------------------------
> > What does this script error message mean?
> > How can I fix this error so that I can print the current Internet Explorer
> > webpage?
> >

>
> Hold down the Windows key and press R. Type
>
> regsvr32 ole32.dll
>
> and press Enter.
>
> --
> Frank Saunders MS-MVP IE,OE/WM
> www.fjsmjs.com
> Do not send email
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 03-28-2009, 01:25 AM
Dodgyronnie
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

Hi All,
I had the sane problem, but Franks procedure worked a treat. Cheers.

Dodgyronnie.

"Frank Saunders MS-MVP IE,OE/WM" wrote:

> "Egan" <Egan@discussions.microsoft.com> wrote in message
> news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> > Hi Everyone.
> >
> > I have an Internet Explorer 7 Script Error:
> >
> > It says: An error has occurred in the script on this page
> >
> > Line: 1829
> > Char: 1
> > Error: Unspecified Error
> > Code: 0
> > URL: res//ieframe.dll/preview.dlg
> >
> > Do you want to continue running scripts on this page?
> >
> > Yes or No
> >
> > -----------------------------------------------------------------------
> > What does this script error message mean?
> > How can I fix this error so that I can print the current Internet Explorer
> > webpage?
> >

>
> Hold down the Windows key and press R. Type
>
> regsvr32 ole32.dll
>
> and press Enter.
>
> --
> Frank Saunders MS-MVP IE,OE/WM
> www.fjsmjs.com
> Do not send email
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 03-28-2009, 01:25 AM
Dodgyronnie
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

Hi All,
I had the sane problem, but Franks procedure worked a treat. Cheers.

Dodgyronnie.

"Frank Saunders MS-MVP IE,OE/WM" wrote:

> "Egan" <Egan@discussions.microsoft.com> wrote in message
> news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> > Hi Everyone.
> >
> > I have an Internet Explorer 7 Script Error:
> >
> > It says: An error has occurred in the script on this page
> >
> > Line: 1829
> > Char: 1
> > Error: Unspecified Error
> > Code: 0
> > URL: res//ieframe.dll/preview.dlg
> >
> > Do you want to continue running scripts on this page?
> >
> > Yes or No
> >
> > -----------------------------------------------------------------------
> > What does this script error message mean?
> > How can I fix this error so that I can print the current Internet Explorer
> > webpage?
> >

>
> Hold down the Windows key and press R. Type
>
> regsvr32 ole32.dll
>
> and press Enter.
>
> --
> Frank Saunders MS-MVP IE,OE/WM
> www.fjsmjs.com
> Do not send email
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 03-28-2009, 01:25 AM
Dodgyronnie
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

Hi All,
I had the sane problem, but Franks procedure worked a treat. Cheers.

Dodgyronnie.

"Frank Saunders MS-MVP IE,OE/WM" wrote:

> "Egan" <Egan@discussions.microsoft.com> wrote in message
> news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> > Hi Everyone.
> >
> > I have an Internet Explorer 7 Script Error:
> >
> > It says: An error has occurred in the script on this page
> >
> > Line: 1829
> > Char: 1
> > Error: Unspecified Error
> > Code: 0
> > URL: res//ieframe.dll/preview.dlg
> >
> > Do you want to continue running scripts on this page?
> >
> > Yes or No
> >
> > -----------------------------------------------------------------------
> > What does this script error message mean?
> > How can I fix this error so that I can print the current Internet Explorer
> > webpage?
> >

>
> Hold down the Windows key and press R. Type
>
> regsvr32 ole32.dll
>
> and press Enter.
>
> --
> Frank Saunders MS-MVP IE,OE/WM
> www.fjsmjs.com
> Do not send email
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 03-28-2009, 01:27 AM
Dodgyronnie
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

Hi All,
I had the sane problem, but Franks procedure worked a treat. Cheers.

Dodgyronnie.

"Frank Saunders MS-MVP IE,OE/WM" wrote:

> "Egan" <Egan@discussions.microsoft.com> wrote in message
> news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> > Hi Everyone.
> >
> > I have an Internet Explorer 7 Script Error:
> >
> > It says: An error has occurred in the script on this page
> >
> > Line: 1829
> > Char: 1
> > Error: Unspecified Error
> > Code: 0
> > URL: res//ieframe.dll/preview.dlg
> >
> > Do you want to continue running scripts on this page?
> >
> > Yes or No
> >
> > -----------------------------------------------------------------------
> > What does this script error message mean?
> > How can I fix this error so that I can print the current Internet Explorer
> > webpage?
> >

>
> Hold down the Windows key and press R. Type
>
> regsvr32 ole32.dll
>
> and press Enter.
>
> --
> Frank Saunders MS-MVP IE,OE/WM
> www.fjsmjs.com
> Do not send email
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 03-28-2009, 01:28 AM
Dodgyronnie
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

Hi All,
I had the sane problem, but Franks procedure worked a treat. Cheers.

Dodgyronnie.

"Frank Saunders MS-MVP IE,OE/WM" wrote:

> "Egan" <Egan@discussions.microsoft.com> wrote in message
> news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> > Hi Everyone.
> >
> > I have an Internet Explorer 7 Script Error:
> >
> > It says: An error has occurred in the script on this page
> >
> > Line: 1829
> > Char: 1
> > Error: Unspecified Error
> > Code: 0
> > URL: res//ieframe.dll/preview.dlg
> >
> > Do you want to continue running scripts on this page?
> >
> > Yes or No
> >
> > -----------------------------------------------------------------------
> > What does this script error message mean?
> > How can I fix this error so that I can print the current Internet Explorer
> > webpage?
> >

>
> Hold down the Windows key and press R. Type
>
> regsvr32 ole32.dll
>
> and press Enter.
>
> --
> Frank Saunders MS-MVP IE,OE/WM
> www.fjsmjs.com
> Do not send email
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 03-28-2009, 01:31 AM
Dodgyronnie
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

Hi All,
I had the sane problem, but Franks procedure worked a treat. Cheers.

Dodgyronnie.

"Frank Saunders MS-MVP IE,OE/WM" wrote:

> "Egan" <Egan@discussions.microsoft.com> wrote in message
> news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> > Hi Everyone.
> >
> > I have an Internet Explorer 7 Script Error:
> >
> > It says: An error has occurred in the script on this page
> >
> > Line: 1829
> > Char: 1
> > Error: Unspecified Error
> > Code: 0
> > URL: res//ieframe.dll/preview.dlg
> >
> > Do you want to continue running scripts on this page?
> >
> > Yes or No
> >
> > -----------------------------------------------------------------------
> > What does this script error message mean?
> > How can I fix this error so that I can print the current Internet Explorer
> > webpage?
> >

>
> Hold down the Windows key and press R. Type
>
> regsvr32 ole32.dll
>
> and press Enter.
>
> --
> Frank Saunders MS-MVP IE,OE/WM
> www.fjsmjs.com
> Do not send email
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 03-28-2009, 01:33 AM
Dodgyronnie
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

Hi All,
I had the sane problem, but Franks procedure worked a treat. Cheers.

Dodgyronnie.

"Frank Saunders MS-MVP IE,OE/WM" wrote:

> "Egan" <Egan@discussions.microsoft.com> wrote in message
> news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> > Hi Everyone.
> >
> > I have an Internet Explorer 7 Script Error:
> >
> > It says: An error has occurred in the script on this page
> >
> > Line: 1829
> > Char: 1
> > Error: Unspecified Error
> > Code: 0
> > URL: res//ieframe.dll/preview.dlg
> >
> > Do you want to continue running scripts on this page?
> >
> > Yes or No
> >
> > -----------------------------------------------------------------------
> > What does this script error message mean?
> > How can I fix this error so that I can print the current Internet Explorer
> > webpage?
> >

>
> Hold down the Windows key and press R. Type
>
> regsvr32 ole32.dll
>
> and press Enter.
>
> --
> Frank Saunders MS-MVP IE,OE/WM
> www.fjsmjs.com
> Do not send email
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 03-28-2009, 01:34 AM
Dodgyronnie
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

Hi All,
I had the sane problem, but Franks procedure worked a treat. Cheers.

Dodgyronnie.

"Frank Saunders MS-MVP IE,OE/WM" wrote:

> "Egan" <Egan@discussions.microsoft.com> wrote in message
> news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> > Hi Everyone.
> >
> > I have an Internet Explorer 7 Script Error:
> >
> > It says: An error has occurred in the script on this page
> >
> > Line: 1829
> > Char: 1
> > Error: Unspecified Error
> > Code: 0
> > URL: res//ieframe.dll/preview.dlg
> >
> > Do you want to continue running scripts on this page?
> >
> > Yes or No
> >
> > -----------------------------------------------------------------------
> > What does this script error message mean?
> > How can I fix this error so that I can print the current Internet Explorer
> > webpage?
> >

>
> Hold down the Windows key and press R. Type
>
> regsvr32 ole32.dll
>
> and press Enter.
>
> --
> Frank Saunders MS-MVP IE,OE/WM
> www.fjsmjs.com
> Do not send email
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #15 (permalink)  
Old 03-28-2009, 01:34 AM
Dodgyronnie
Newsgroup Contributor
 
Posts: n/a
Re: Internet Explorer 7 Script Error and Printing

Hi All,
I had the sane problem, but Franks procedure worked a treat. Cheers.

Dodgyronnie.

"Frank Saunders MS-MVP IE,OE/WM" wrote:

> "Egan" <Egan@discussions.microsoft.com> wrote in message
> news:04445440-44D5-4292-A0DB-C0C1B7A269CA@microsoft.com...
> > Hi Everyone.
> >
> > I have an Internet Explorer 7 Script Error:
> >
> > It says: An error has occurred in the script on this page
> >
> > Line: 1829
> > Char: 1
> > Error: Unspecified Error
> > Code: 0
> > URL: res//ieframe.dll/preview.dlg
> >
> > Do you want to continue running scripts on this page?
> >
> > Yes or No
> >
> > -----------------------------------------------------------------------
> > What does this script error message mean?
> > How can I fix this error so that I can print the current Internet Explorer
> > webpage?
> >

>
> Hold down the Windows key and press R. Type
>
> regsvr32 ole32.dll
>
> and press Enter.
>
> --
> Frank Saunders MS-MVP IE,OE/WM
> www.fjsmjs.com
> Do not send email
>

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Internet Explorer Script error rmoney Internet Explorer 9 12-06-2007 03:30 PM
Internet Explorer Script Error Al Internet Explorer 0 09-19-2007 03:57 AM
Internet Explorer Script Error Al Internet Explorer 0 09-19-2007 03:56 AM
Internet Explorer Script Error Numen Internet Explorer 1 07-16-2007 06:00 PM
internet explorer script error Harold Windows XP 2 06-25-2007 07:50 PM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 01:19 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0