Thread: iframe.....
Results 1 to 5 of 5
Related
-
IFrame in PHP? Forum: PHP Forum
Replies: 1 -
iframe Forum: HTML Forum
Replies: 4 -
Php and Iframe Forum: PHP Forum
Replies: 3 -
iframe Forum: HTML Forum
Replies: 2 -
IFRAME Forum: HTML Forum
Replies: 14
-
04-15-2002, 10:46 AM #1
iframe.....
hey all, does all browsers and/ all message boards support iframes???
-
04-15-2002, 11:59 AM #2
-
04-15-2002, 09:05 PM #3
I think IE5 and higher only supports it (On the IE side). It might even be 5.5. But I could be wrong.
-
04-16-2002, 10:45 AM #4
iframes again
<HTML>
..........
<FRAMESET rows="40%,*" cols="50%,*">
<FRAME name="1" src="ff_clicks.html">
<FRAME name="2" src="http://www.colgate.edu">
<FRAME name="3" src="frames.html">
<FRAME name="4" src="http://cs.colgate.edu/~chungli">
</FRAMESET>
</HTML>
CAN PUT IFRAMES IN EACH FRAME I HAVE HERE???
-
04-16-2002, 04:37 PM #5
why don't you try it?