says
document.getEle mentById('testi frame').src
and
frames['testiframe'].location.href
work for all
The exper is WRONG. here is my test:
//document.images['test'].src//workall
//document.getEle mentById('test' ).src//notworking in firefox/opera
//frames['test'].location.href//notworking in opera
so all browers can detect document.images
only IE can use getElementById
only IE and Firefox can only frames.
How is your testing case going? I am using IE6.0 Firefox 9.3 and Opera 7.45
Any idea of any UNIVERSAL OBJECT system in HTML
Comment