Normally in IE I would write
alert(document.frames.length);
and get the number of frames.
this don't work in firefox so what should I write?
alert(document.frames.length);
and get the number of frames.
this don't work in firefox so what should I write?
Comment