Javascript Issue

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
 
P

PvdG42

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top