javascrip will not run

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

i can't get javascript to start up. i look at pages i have made before and
made a simple one like
<script>
alert("TEST")
</script>
that did not even work on erorrs nothing
i look on line on another computer to see if i cound find out
what as going on but it came up empty

I don't have the internet at home so i can't download new ie or update it
 
Hi Jon,

I'm also having problems with neither IE6 (XPSP2) nor Firefox running
Java scripts. In the Custom section, the Java scripting is set at "High
Safety". I went to the url you recommended below and installed the XP
scripten.exe file appropriate for my system. Still "no dicey". I'd be
grateful for any additional advice you could give me...

aloha,

David C. Hurd
 
David C. Hurd said:
Hi Jon,

I'm also having problems with neither IE6 (XPSP2) nor Firefox
running Java scripts. In the Custom section, the Java scripting is
set at "High Safety". I went to the url you recommended below and
installed the XP scripten.exe file appropriate for my system. Still
"no dicey". I'd be grateful for any additional advice you could give
me...
aloha,

David C. Hurd

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/
 
Hi Frank,

Thanks very much for the detailed reply. I'll start working my way
through the list...

aloha,

David

(snip)
 
I have also had similar problems. I have had no issues using IE 6.0 until I
upgraded to SP2. When I upgraded to SP2 on three different computers -
different manufacturers also, all three fail to execute javascripts
correctly. I have tried all of the solutions proposed by Frank Saunders (see
below) except reloading the operating system. I find this a very undesirable
solution for several reasons.

One is that the OS were preinstalled and do not support repair.
Re-installing will wipe out all other programs and all Microsoft updates.
The time investment alone is significant. Additionally, the system is at
risk until all the updates are re-applied, and finally, once all the updates
are reapplied, then the problem with Javascript returns.

I think this is a significant bug with the SP2 upgrade and needs to be
resolved by microsoft. Unfortunately, there does not seem to be a good way
to raise issues with Microsoft unless you are willing to spend $.
 
Back
Top