kikesadillas
IS-IT--Management
I have the shown below html code. If it want to access a variable from content frame leftlinks to scroll how do i i do it? what about from leftlinks to content and viceversa.
Thank you very much
Thank you very much
Code:
<frameset rows="100,*" cols="*" frameborder="NO" border="0" framespacing="0">
<frameset rows="75,100*" cols="*" frameborder="NO" border="0" framespacing="0">
<frame src="/topab.htm" name="topone" scrolling="NO" marginwidth="0" marginheight="0" noresize frameborder="NO">
<frame src="/topbot.htm" name="toptwo" scrolling="NO" marginwidth="0" marginheight="0" noresize frameborder="NO">
</frameset>
<frameset cols="150,*" frameborder="NO" border="0" framespacing="0">
<frameset rows="*,75" frameborder="NO" border="0" framespacing="0">
<frame src="/leftlinks.htm" name="leftlinks" scrolling="NO" noresize frameborder="NO" marginwidth="0" marginheight="0">
<frame src="/scroll.htm" name="scroll" scrolling="NO" frameborder="NO" noresize marginwidth="0" marginheight="0">
</frameset>
<frameset rows="*,18" frameborder="NO" border="0" framespacing="0">
<frame src="topmenus/prof.htm" name="content" frameborder="NO" noresize>
<frame name="bottomFrame" scrolling="NO" noresize src="credits.htm" frameborder="NO">
</frameset>
</frameset>
</frameset>