I am using var win1 = open.window(...); var win2 = open.window(...); to open 2 tabs/windows in Firefox - now I want to compare the two DOMs (document object mod
var win1 = open.window(...); var win2 = open.window(...);
I think what you are looking for is either:
isEqualNode : http://help.dottoro.com/ljlpvjmd.php isSameNode : http://help.dottoro.com/ljqqqfft.php
Hope this helps.