|  | Posted by evillen on 09/15/06 11:57 
Hi
 Below I have some html code for creating a Single page built up from a
 number of Frames.
 
 I need to be able to click on a new link within (for example) frame A
 and for that link to open up in the full browser window - instead what
 currently happens is that the new link just replaces what was
 previously in frame A, and the other frames remain displayed.
 
 I hope this is clear, thanks for any and all help.
 
 Len
 
 
 <frameset cols="15%,85%"><!-- A -->
 <frame src="sr_menu.html">
 
 
 <frameset rows="25%,75%"><!-- B -->
 
 <frameset cols="33%,33%,33%"><!-- C -->
 <frame src="sql_select.html">
 <frame src="sql_update.html">
 <frame src="sql_new.html">
 </frameset><!-- C -->
 
 <frame src="cgi-bin/results.cgi">
 </frameset><!-- B -->
 
 
 </frameset><!-- /A -->
  Navigation: [Reply to this message] |