Hi can anyone help me with this,
i currently have this line of code changing the url of a iframe,
The Javascript:
The HTML:
it is working in IE7, Safari, Opera but not in firefox ??
Any help guys thanks
i currently have this line of code changing the url of a iframe,
The Javascript:
x = top.frames['menu'].location = "incl/menu.php";
The HTML:
<div id="menu">
<iframe id="menu" src="incl/menu.html" frameborder="0" allowtransparency="true"></iframe>
</div>
it is working in IE7, Safari, Opera but not in firefox ??
Any help guys thanks
Last edited: