applet screens keep disapearing....

  • Thread starter Thread starter bruce
  • Start date Start date
B

bruce

I have several sites that have javaapplets ( I think they all are
javescripts....)that I need access to. When I click on these, they open, and
then right away close.
I have disabled all popup blockers.

What is going on, and how can I resolve this?

Thanks
Bruce
 
bruce said:
I have several sites that have javaapplets ( I think they all are
javescripts....)that I need access to. When I click on these, they open,
and
then right away close.
I have disabled all popup blockers.

What is going on, and how can I resolve this?

Thanks
Bruce

Java applets and JavaScripts are entirely different, unrelated things.
Which are you asking about.

--
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup only. Do not send email
http://www.fjsmjs.com
Protect your PC
http://www.microsoft.com./athome/security/protect/default.aspx
http://defendingyourmachine.blogspot.com/
 
bruce said:
it is javascript...
HTH, thanks
Bruce

Go to Tools | Internet Options | Advanced.
Check the box to Disable script debugging.
Uncheck the box to Display a notification about every script error.

Disable the Script Debugger in IE (Line 142) - Win XP
http://www.kellys-korner-xp.com/xp_tweaks.htm

1. You might want to refresh your scripting engine:
http://msdn.microsoft.com/library/default.asp?url=/downloads/list/webdev.asp
Windows Script 5.6 for Windows 2000 and XP
http://www.microsoft.com/downloads/...43-7e4b-4622-86eb-95a22b832caa&DisplayLang=en

Sometimes there's a corrupt file in the cache and one must go to Tools |
Internet Options and click Delete Files.

2a. Start>Run>Regsvr32 vbscript.dll

2b. Start>Run>Regsvr32 jscript.dll

(WinXP users who have problems with 2a and 2b, see
http://www.mvps.org/inetexplorer/answers_9.htm)

3. Re-register all DLLs listed in http://support.microsoft.com/?kbid=281679

4. See also
Error Message When You Browse the Web: An Error Has Occurred in the Script
on This Page
http://support.microsoft.com/?kbid=306831
Scripting Errors When You View Web Pages in Internet Explorer after
Installing Office 2003
http://support.microsoft.com/?kbid=822521

5a. IE Tools>Internet Options>Advanced>Browsing>Enable third-party browser
extensions (uncheck & reboot).

5b. Find the hijacker that caused 5a to be checked (or if none were checked,
check for hijackware anyway):

Dealing with Hijackware
http://mvps.org/winhelp2002/unwanted.htm
http://aumha.org/a/parasite.htm
http://www.mvps.org/inetexplorer/Darnit.htm

How to Troubleshoot Script Errors in Internet Explorer
http://support.microsoft.com/kb/308260

--
Frank Saunders, MS-MVP, IE/OE
Please respond in Newsgroup only. Do not send email
http://www.fjsmjs.com
Protect your PC
http://www.microsoft.com./athome/security/protect/default.aspx
http://defendingyourmachine.blogspot.com/
 
I am still having problems....
Here is what I have done...


Go to Tools | Internet Options | Advanced. ->Check the box to Disable script
debugging.
Uncheck the box to Display a notification about every script error.

Disable the Script Debugger in IE (Line 142) - Win XP
1. refreshed my scripting engine
1A Deleted Files.

2a. Start>Run>Regsvr32 vbscript.dll
2b. Start>Run>Regsvr32 jscript.dll
Also:
regsvr32 Shdocvw.dll
regsvr32 Msjava.dll
regsvr32 Actxprxy.dll
regsvr32 Oleaut32.dll
regsvr32 Mshtml.dll
regsvr32 Browseui.dll
regsvr32 Shell32.dll

As for both Error Message When You Browse the Web: An Error Has Occurred in
the Script
on This Page
and Scripting Errors When You View Web Pages in Internet Explorer after
Installing Office 2003 (do not have Office 2003 - I have Office XP)
I am not getting any error messages...

5a. IE Tools>Internet Options>Advanced>Browsing>Enable third-party browser
extensions (uncheck & reboot).
Done.... (was unchecked)

5b. Find the hijacker that caused 5a to be checked (or if none were checked,
check for hijackware anyway):
did not find any...

How to Troubleshoot Script Errors in Internet Explorer
http://support.microsoft.com/kb/308260

Did most, did not reinstall XP.... Is there a way to install JUST IE?

A little more info....
System is an IBM Laptop
Win XP (latest updates)

The sites that I am having problems with are my website hosting control
panel and my VOIP control panels - both do require passwords to enter and
for obvious reasons, I don't want to post thoses here....
My website host is AdvancedAccess. They did not know what was going on, and
when they found out it was happening at a diff site, pointed mt to IE as the
probable cuase,
My VOIP is PacWest, and I amstill waiting for response from them
I have seen this at one or 2 other sites, but I can not remember which
sites...

Tia,
Bruce
 
Third-party interference can cause such symptoms.
Try eliminating such causes. E.g. start by unchecking

Enable third-party browser extensions (requires restart)

(in Options, Advanced tab; use inetcpl.cpl instead of IE's Tools
to satisfy the caveat.)

Use tools such msconfig to temporarily prevent other unnecessary
programs from starting after a boot. Etc.


Good luck

Robert Aldwinckle
 
Back
Top