PDA

View Full Version : How do you target frames???


TygGer
05-13-2003, 02:55 PM
The page Im working with has 3 frames going horizontal. The top frame has a menu bar and there are 2 frames below. I want to be able to target to a new page with no frames from the menu; not just a new page within the top frame.

Here's a chunk of the code...

Menu7=new Array("Help?","","",2,20,90,"","","","","","",-1,-1,-1,"","Help");
Menu7_1=new Array("Help 1","(url)","",0,20,130,"","","","","","",-1,-1,-1,"","Help page 1");
Menu7_2=new Array("Windows","(url)","",0,20,130,"","","","","","",-1,-1,-1,"","Help page 2");

TIA!

requestcode
05-13-2003, 05:17 PM
We need to see the rest of your code. Some where in there is a line that points the page to a frame or something else.