HTML frame tag

N

Nancy

Hi Guys,
I am trying to achieve "click one button and fresh two pages in one
browser windows", but the following code does not work. Who has good
idea? Thanks a lot.

Nancy

<HTML>
<head></head>
<FRAMESET rows="67,*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
<FRAME SRC="top.html" NAME="top" MARGINHEIGHT=0
MARGINWIDTH=0 SCROLLING=NO
FRAMEBORDER=0 NORESIZE>
<FRAME SRC="bottom.html NAME="top" MARGINHEIGHT=0
MARGINWIDTH=0 SCROLLING=NO
FRAMEBORDER=0 NORESIZE>
</FRAMESET>
</HTML>

The bottom.html is as following,

<HTML><HEAD></HEAD>
<FRAMESET cols="180,*" BORDER=0 FRAMEBORDER=0 FRAMESPACING=0>
<FRAME SRC="left.html" NAME="left" MARGINHEIGHT=0
MARGINWIDTH=0 SCROLLING=NO FRAMEBORDER=0
NORESIZE>
<FRAME SRC="contents.html" NAME="content" MARGINHEIGHT=0
MARGINWIDTH=0 SCROLLING=NO
FRAMEBORDER=0 NORESIZE>
</FRAMESET>
</HTML>
 
D

David Dorward

Nancy said:
Hi Guys,
I am trying to achieve "click one button and fresh two pages in one
browser windows", but the following code does not work. Who has good
idea?

<a href="differentFrameSet.html" target="_top">

(and frames suck, really suck, is is very likely that are not a good
solution to your problem)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,582
Members
45,065
Latest member
OrderGreenAcreCBD

Latest Threads

Top