Click to See Complete Forum and Search --> : Help with Iframe


DMeowster22
03-04-2005, 09:18 AM
I'm just practicing with it right now but I can't get this iframe to work. It's basic and plain with just <IFRAME SRC="index.html"></IFRAME> but the page won't come up inside the frame. Please help.

jettlarue
03-04-2005, 04:59 PM
is that page in your current directory? do you have a frame blocker on your page? otherwise dont use </iframe> just do <IFRAME SRC="index.html" />

the tree
03-05-2005, 03:19 AM
I have the terrible feeling that your trying to display index.html inside index.html, in which case it wont work, otherwise you'd be throwing the browser into a sort-of infinite loop.

DMeowster22
03-05-2005, 12:03 PM
Thanks I'll try that.