<frameset name="main">
 <frame src="leftnav.php" name="leftframe"/>
 <frame  src="dashboard.php" name="rightframe" bgcolor="#000000"/>
</frameset>
Hey. I want to execute some JavaScript in the rightframe and that should then affect in the left frame.
I guess the question is... what do I need to prefix my javascript with so it is accessible in the left frame?
 
     
     
    