i ve got this frameset
and i need to change the location of content from leftframe and am using
this has not work and the fact that they re in seperate framesets is causing me a little confussion
Code:
<frameset rows="*" cols="310,*" frameborder="no" border="0" framespacing="0">
<frame src="input.php" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
<frameset rows="91,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="../../../Program Files/Macromedia/Dreamweaver 8/UntitledFrame-6" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="output.php" name="content" id="mainFrame" title="" />
</frameset>
</frameset>
Code:
parent.content.location.href='newpage.html'
Comment