-----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');
|
|
|
|
.