Guest_imported
New member
- Jan 1, 1970
- 0
Continued from the previous post. This is what the mainpage (homepage) is coded:
Sara,
<HTML>
<HEAD><TITLE>Bank One</TITLE></HEAD>
<FRAMESET ROWS="30,220,*" BORDER=0>
<FRAME SRC="bluehelp.html" SCROLLING=no>
<FRAME SRC="digit.html" SCROLLING=no>
<FRAME SRC="bluedrop.html" SCROLLING=AUTO>
</FRAMESET><noframes></noframes>
</HTML>
As you can see, there are three frames on the main page, and when I click on a link in one of them, a new page is loaded but only in that specific frame. We are all aware of this fiasco with frames, so are there any new codes (c'mon we're in 2001 already) that will make the whole mainpage change once the link inside the specific frame is clicked upon?
HTML at its best.
joel
Sara,
<HTML>
<HEAD><TITLE>Bank One</TITLE></HEAD>
<FRAMESET ROWS="30,220,*" BORDER=0>
<FRAME SRC="bluehelp.html" SCROLLING=no>
<FRAME SRC="digit.html" SCROLLING=no>
<FRAME SRC="bluedrop.html" SCROLLING=AUTO>
</FRAMESET><noframes></noframes>
</HTML>
As you can see, there are three frames on the main page, and when I click on a link in one of them, a new page is loaded but only in that specific frame. We are all aware of this fiasco with frames, so are there any new codes (c'mon we're in 2001 already) that will make the whole mainpage change once the link inside the specific frame is clicked upon?
HTML at its best.
joel