javascript fails in browsers

  • Thread starter Thread starter Full Name
  • Start date Start date
F

Full Name

somehow my javascript functionality has failed compeltely in all
my browsers: IE, Firefox and Opera. How can I get it back?

chagin1 at yahoo dot com
 
From: "Full Name" <[email protected]>

| somehow my javascript functionality has failed compeltely in all
| my browsers: IE, Firefox and Opera. How can I get it back?
|
| chagin1 at yahoo dot com

Remove Sun Java and then install the latest version of Sun Java.
 
From: "Full Name" <[email protected]>

| somehow my javascript functionality has failed compeltely in all
| my browsers: IE, Firefox and Opera. How can I get it back?
|
| chagin1 at yahoo dot com

Remove Sun Java and then install the latest version of Sun Java.

Just to check - I do this via add/remove programs while in an
admin account, right? That's all that needs to be done, yes?
 
David said:
From: "Full Name" <[email protected]>

| somehow my javascript functionality has failed compeltely in all
| my browsers: IE, Firefox and Opera. How can I get it back?
|
| chagin1 at yahoo dot com

Remove Sun Java and then install the latest version of Sun Java.

Huh ? Why on earth would you think his Java setup has anything
to do with his JavaScript problem ?

It is more likely that he has toggled some setting in his
firewall, proxy server, or other security software that is
stripping out JavaScript from everything that passes through that
proxy server, firewall, etc.
 
From: "Full Name" <[email protected]>


| Just to check - I do this via add/remove programs while in an
| admin account, right? That's all that needs to be done, yes?

Yes.
 
From: "Rob Stow" <[email protected]>

|>> somehow my javascript functionality has failed compeltely in all
|>> my browsers: IE, Firefox and Opera. How can I get it back?
|>>
|>> chagin1 at yahoo dot com| Huh ? Why on earth would you think his Java setup has anything
| to do with his JavaScript problem ?
|
| It is more likely that he has toggled some setting in his
| firewall, proxy server, or other security software that is
| stripping out JavaScript from everything that passes through that
| proxy server, firewall, etc.

Its an assuption.

If you think otherwise, please provide "Full Name" with other places to check.
 
....
It is more likely that he has toggled some setting in his
firewall, proxy server, or other security software that is
stripping out JavaScript from everything that passes through that
proxy server, firewall, etc.

Hmmm - this might be. I just put Symantex client firewall onto
this machine. I have Java enabled in the browsers, and have
tried to simply (temporarily) disable the firewall, to no avail.
I will check again, and do the uninstall, reinstall just for
completeness sake. thanks both.

chagin1 at yahoo dot com
 
Full Name wrote
...

Hmmm - this might be. I just put Symantex client firewall onto
this machine. I have Java enabled in the browsers, and have
tried to simply (temporarily) disable the firewall, to no avail.
I will check again, and do the uninstall, reinstall just for
completeness sake. thanks both.

chagin1 at yahoo dot com

I unexpectedly started having problems with Javascript not working on
sites. This fixed it for me under WinXP/IE6:

Start|Run (repeat for each .dll)

regsvr32 Urlmon.dll <-- some say this is the main culprit, but I did took
the 'shotgun' approach.
regsvr32 Shdocvw.dll
regsvr32 Shell32.dll
regsvr32 Oleaut32.dll
regsvr32 Actxprxy.dll
regsvr32 Mshtml.dll
 
David wrote
Start|Run (repeat for each .dll)

regsvr32 Urlmon.dll <-- some say this is the main culprit, but I did
took the 'shotgun' approach.
regsvr32 Shdocvw.dll
regsvr32 Shell32.dll
regsvr32 Oleaut32.dll
regsvr32 Actxprxy.dll
regsvr32 Mshtml.dll

Forgot a couple I saw elsewhere:
regsvr32 Browseui.dll
regsvr32 Msjava.dll
 
dturner4_ said:
David wrote


Forgot a couple I saw elsewhere:
regsvr32 Browseui.dll
regsvr32 Msjava.dll

OK; did all these, the popup claimed sucess in each case, but
alas - it didn't work. Nor did uninstalling and reinstalling
Java from the sun.com site. I still can't get any hotlin on a
webpage that staarts with javascript:somecommand(somearguement)
to actually execute.
 
Full Name wrote
OK; did all these, the popup claimed sucess in each case, but
alas - it didn't work. Nor did uninstalling and reinstalling
Java from the sun.com site. I still can't get any hotlin on a
webpage that staarts with javascript:somecommand(somearguement)
to actually execute.

Sorry it didn't work for you as it did for me. I have no other ideas.
 
Back
Top