Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

try is a reserved identifier.

Status
Not open for further replies.

dtqbterror

Programmer
May 17, 2001
87
US
I am attempting to use the JavaScript standard error handler in NS 4.X

try
{
...
}
catch
{
...
}
finally
{
...
}

but keep getting the error try is a reserved identifier.
Does anyone know why this is and how to fix it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top