Is it possible to get a unique ID which will identify the browser instance the user is running uniquely. I have a situation where we need to support a user running several instances of a browser on a single machine so they can compare values from one to the other and because this requirement wasn't clear from the start and the product is now in testing I want a quick fix where I can attach this unique ID to all frame & window names.
I was hoping for something like "window.id" or "window.handle" or something!!
Is there anyway of getting an objects actual handle as an integer? (rather than just getting [object]) ??
Anybody?
I was hoping for something like "window.id" or "window.handle" or something!!
Is there anyway of getting an objects actual handle as an integer? (rather than just getting [object]) ??
Anybody?