Search found 1 match

by mnunez@concol.com
Wed Mar 27, 2002 10:46 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Upgrade problems
Replies: 2
Views: 3279

Re: Upgrade problems

You need to escape ' characters.

This goes for any other programming language and SQL language too.

So you would change "VAL D'ISERE" to "VAL D\'ISERE"

That would make it work.

-- Andy.