|
-
Jun 5th, 2001, 04:10 AM
#1
Thread Starter
Evil Genius
HTML Frames
If I have a HTML page of 2 frames :
Code:
<html>
<head></head>
<frameset rows="20%,80%" border="1">
<frame Name="FrmLeft">
<frame Name="FrmRight">
</frameset>
<body></body>
</html>
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.
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 ?
-
Jun 5th, 2001, 06:34 AM
#2
Thread Starter
Evil Genius
I found it out now, how do I delete this thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|