karayan
01-04-2006, 01:25 AM
I'm trying to load a document in an iframe thru Javascript. I used something like:
document.blabla.document.location='http://.........';
where blabla is the name of my iframe. This works fine on IE, but FF tells me that document.blabla has no properties. What's wrong?
Thanks.
document.blabla.document.location='http://.........';
where blabla is the name of my iframe. This works fine on IE, but FF tells me that document.blabla has no properties. What's wrong?
Thanks.