sanjay
Joined: 01 Jun 2007 Posts: 1
|
Posted: Fri Jun 01, 2007 12:09 pm Post subject: code not working in mozilla (please help) |
|
|
Hi,
I am trying code
MTMOutputString += '<a href="#" onclick="parent.frames[\'text\'].toggleNav(true);return false"><img alt="Close" align="right" src="'+CloseMenuIconSrc+'" border="0" width="16" height="16"/></a>';
MTMOutputString += '<a href="#" onclick="parent.frames[\''+MTMCodeFrame+'\'].location.reload();"><img alt="Refresh" align="right" src="'+RefreshMenuIconSrc+'" border="0" width="16" height="16"/></a><br>\n';
This works fine in IE but for mozilla firefox giving error
text has no properties
I have tried
window.top.frames['framename']
parent.framename.toggleNav(true);
But not works
Please help me,
Thanks in advance |
|