proft wrote:What happens if you have two scripts both trying to sync on the same document object property?
We assume you mean, two scripts in two separate eValid browsers.
Remember, each eValid browser is independent of any other eValid browser that may also be executing on your machine.
So, there's really no problem here. If the scripts are both looking for the same object property they are doing their looking in two different execution spaces -- two completely independent DOMs.
The sync's will work independently, perfectly well.
The eValid Crew