window.open won't

  • Thread starter Thread starter Ernie
  • Start date Start date
E

Ernie

Some sites provide new windows from a call in Javascript
to window.open. This particular machine is running
Windows 2000 pro with IE 6. The call to window.open
opens a new window, but then reports a javascript error
the error is "class not registered". Is some dll missing
if so does anyone have a clue as to what the dll is? How
can I install it. Or if necessary to re-install IE 6,
what do I have to do?
 
Dear Ernie,

You may try to download and install the Sun Java Runtime Environment from
the following web page to see if the problem can be resolved.
http://java.sun.com/getjava/index.html

Hope the infomration above helps you.

Regards,

Tom Wu, MCSE 2000
Microsoft Partner Online Support
Get Secure! - www.microsoft.com/security

====================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
====================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Hi Ernie,

To resolve this issue, follow these steps:

1. Click Start, and then click Run.

2. In the Open box, type "Regsvr32 urlmon.dll" (without the quotation
marks), and then click OK.

3. When prompted with the "DllRegisterServer in urlmon.dll succeeded"
message, click OK.

Thanks for using Microsoft News Group!

Sincerely,

Steven Liu

Microsoft Online Partner Support

MCSE 2000

Get Secure! ¨C www.microsoft.com/security

This posting is provided ¡°as is¡± with no warranties and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "Ernie" <[email protected]>
| Sender: "Ernie" <[email protected]>
| References: <[email protected]>
<[email protected]>
| Subject: RE: window.open won't
| Date: Mon, 21 Jul 2003 06:03:55 -0700
| Lines: 54
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNPiIrM7LcbvrMRS2Se//hnEI4q3Q==
| Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.windows.inetexplorer.ie6.browser:136914
| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| X-Tomcat-NG: microsoft.public.windows.inetexplorer.ie6.browser
|
|
| >-----Original Message-----
| >Dear Ernie,
| >
| >You may try to download and install the Sun Java Runtime
| Environment from
| >the following web page to see if the problem can be
| resolved.
| >http://java.sun.com/getjava/index.html
| >
| >Hope the infomration above helps you.
| >
| >Regards,
| >
| >Tom Wu, MCSE 2000
| >Microsoft Partner Online Support
| >Get Secure! - www.microsoft.com/security
| >
| >====================================================
| >When responding to posts, please "Reply to Group" via
| your newsreader so
| >that others may learn and benefit from your issue.
| >====================================================
| >This posting is provided "AS IS" with no warranties, and
| confers no rights.
| >
| >
| >.
| >
| The solution you recommended did not fix the problem
| Here is the dialog box that gets raised when opening the
| window
|
|
| A runtime error has occurred
|
| Line:56
| Error: Class not registered
|
|
| This is the line of javascript code that causes the
| problem (higlighted in the debugger not my code)
| strURL is created by a function that looks OK to me.
| Javascript doesn't have anything to do with Java. There
| are no calls to applets or any applets on the page that I
| can see.
|
| var winPopUnder =
| window.open
| (strURL,'PopUnder','resizable=yes,status=no,toolbar=no,loc
| ation=no,menu=no,scrollbars=no,width=730,height=310');
|
|
|
|
 
That did the trick. Thanks so much

Ernie
-----Original Message-----
Hi Ernie,

To resolve this issue, follow these steps:

1. Click Start, and then click Run.

2. In the Open box, type "Regsvr32 urlmon.dll" (without the quotation
marks), and then click OK.

3. When prompted with the "DllRegisterServer in urlmon.dll succeeded"
message, click OK.

Thanks for using Microsoft News Group!

Sincerely,

Steven Liu

Microsoft Online Partner Support

MCSE 2000

Get Secure! ¨C www.microsoft.com/security

This posting is provided ¡°as is¡± with no warranties and confers no rights.
--------------------
| Content-Class: urn:content-classes:message
| From: "Ernie" <[email protected]>
| Sender: "Ernie" <[email protected]>
| References: <[email protected]>
<[email protected]>
| Subject: RE: window.open won't
| Date: Mon, 21 Jul 2003 06:03:55 -0700
| Lines: 54
| Message-ID: <[email protected]>
| MIME-Version: 1.0
| Content-Type: text/plain;
| charset="iso-8859-1"
| Content-Transfer-Encoding: 7bit
| X-Newsreader: Microsoft CDO for Windows 2000
| X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
| Thread-Index: AcNPiIrM7LcbvrMRS2Se//hnEI4q3Q==
| Newsgroups: microsoft.public.windows.inetexplorer.ie6.browser
| Path: cpmsftngxa06.phx.gbl
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.windows.inetexplorer.ie6.browser:136914
| NNTP-Posting-Host: TK2MSFTNGXA12 10.40.1.164
| X-Tomcat-NG: microsoft.public.windows.inetexplorer.ie6.browser
|
|
| >-----Original Message-----
| >Dear Ernie,
| >
| >You may try to download and install the Sun Java Runtime
| Environment from
| >the following web page to see if the problem can be
| resolved.
| >http://java.sun.com/getjava/index.html
| >
| >Hope the infomration above helps you.
| >
| >Regards,
| >
| >Tom Wu, MCSE 2000
| >Microsoft Partner Online Support
| >Get Secure! - www.microsoft.com/security
| >
| >====================================================
| >When responding to posts, please "Reply to Group" via
| your newsreader so
| >that others may learn and benefit from your issue.
| >====================================================
| >This posting is provided "AS IS" with no warranties, and
| confers no rights.
| >
| >
| >.
| >
| The solution you recommended did not fix the problem
| Here is the dialog box that gets raised when opening the
| window
|
|
| A runtime error has occurred
|
| Line:56
| Error: Class not registered
|
|
| This is the line of javascript code that causes the
| problem (higlighted in the debugger not my code)
| strURL is created by a function that looks OK to me.
| Javascript doesn't have anything to do with Java. There
| are no calls to applets or any applets on the page that I
| can see.
|
| var winPopUnder =
| window.open
| (strURL,'PopUnder','resizable=yes,status=no,toolbar=no,loc
| ation=no,menu=no,scrollbars=no,width=730,height=310');
|
|
|
|

.
 
Back
Top