Click to See Complete Forum and Search --> : layerprobs


necrodamus
12-03-2002, 07:31 AM
hi there,
i got a little question...
i got these 2 layers, one with buttons in it and in the other i want an html page loaded into... is this possible? if so, is it also possible to have one of the buttons on the other layer to load another html page into the layer where the other htmlpage is to be loaded at start?

i hope someone can tell me how this is to be done (if it's possible)

thanx in advance,

nEcrodamus

utahsaint
12-03-2002, 09:42 AM
I have never seen a page loaded into a layer. You could do some cool stuff with it that way. However I have seen and wrote stuff that goes into an iframe. This is an internet explorer only function that allows a page to be loaded within a page where ever you want and whatever size. Kind of like a layer only I am not sure if you can show/hide and iframe and move it around like a layer. If you can, that would be cool. They look like the following:

<iframe id="frame_1" src="htmlSource.htm" width=100% height=100%></iframe>

necrodamus
12-03-2002, 10:21 AM
aaah ok, thanx i will check it out:D