Javascript Issue

  • Thread starter Thread starter a.bavdhankar
  • Start date Start date
A

a.bavdhankar

Hi,


Newbie Question: Applicable to dotnet 2.0

I am getting javasacript error message as Expected ')' but all script
works fine on other machine.

There is no syntax error in the script but unable to identify the root
cause of it.

I came across some article mentioning that disable MSJVM and install
SUN JAVA but not sure this will resolve the issue.

Environment:
WinXP Ver5.1 Service Pack 3
IE 6.0
VS.NET 2.0: Ver 8.0.50727.42 (RTM.05072-4200)
IIS 5.1

Does any one has came across with such issue.

Appreciate your time and kind assistance.

Regards,
Amit
 
Hi,


Newbie Question: Applicable to dotnet 2.0

I am getting javasacript error message as Expected ')' but all script
works fine on other machine.

There is no syntax error in the script but unable to identify the root
cause of it.

I came across some article mentioning that disable MSJVM and install
SUN JAVA but not sure this will resolve the issue.

Environment:
WinXP Ver5.1 Service Pack 3
IE 6.0
VS.NET 2.0: Ver 8.0.50727.42 (RTM.05072-4200)
IIS 5.1

Does any one has came across with such issue.

Appreciate your time and kind assistance.

Regards,
Amit

Java and JavaScript are very different, and JavaScript does not use the JVM,
so the article you read does not apply.
I would suggest that you post the JavaScript source in a forum on JavaScript
and ask there.

Here is a link to one such forum:

http://www.webmasterworld.com/javascript/3346054.htm
 
Back
Top