
Mar 28th, 2006, 13:43
|
|
Junior Member
|
|
Join Date: May 2004
Location: Kansas City
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
FRAMESET and JS
I have a question about the <frame> tag. You may or may not know the answer.
Does IE6 support <frame>?
I try the following code and nothing appears. When I change it to an iframe, it appears. I am actually trying to change a static output of rows to a frame of the same and many more rows of information that have access to the same js validation that the static rows have.
Simple Example: Does Not Work
<FRAMESET cols="100%">
<FRAMESET rows="100%">
<FRAME src="mylogo.jpg">
</FRAMESET>
</FRAMESET>
Change it to an iframe and it appears:
<FRAMESET cols="100%">
<FRAMESET rows="100%">
<iFRAME src="mylogo.jpg">
</FRAMESET>
</FRAMESET>
Thoughts?
comaiwat
|