If I have a HTML page of 2 frames :
Type of thing, and in the left frame I have a button or link, I need a new page to be displayed. I can use the window navigate event to load a new page up, but this will just be displayed in the left frame.Code:<html> <head></head> <frameset rows="20%,80%" border="1"> <frame Name="FrmLeft"> <frame Name="FrmRight"> </frameset> <body></body> </html>
Is there any way this link or button could ignore all the frames and load a page into the whole of the screen / browser window please ?




Reply With Quote