Click to See Complete Forum and Search --> : Embedding Html in another Html


Indigo
11-09-2000, 12:58 PM
Hi Guru's
My requirement is to display a html page with another html page embedded
inside, I have tried using iframe to load the another page in html which
works fine with IE but not with Netscape, I tried using Ilayer which does
not seems to work properly as I need to display scrool bar if the embedded
page is bigger then the space awailable on the main page.
I will really appreciate if I could get some help

Thanks in Advance.
Cheers
Indigo

Lior Amar
11-09-2000, 07:01 PM
Have you tried a hidden frameset? IFRAMES work with Netscape, what error
are you getting?


--
Lee Amar
Chief Technology Officer

>
> Hi Guru's
> My requirement is to display a html page with another html page embedded
> inside, I have tried using iframe to load the another page in html which
> works fine with IE but not with Netscape, I tried using Ilayer which does
> not seems to work properly as I need to display scrool bar if the embedded
> page is bigger then the space awailable on the main page.
> I will really appreciate if I could get some help
>
> Thanks in Advance.
> Cheers
> Indigo
>[/color]

pulseznet
11-06-2007, 08:05 AM
proper way is by objects

<OBJECT data=URL>
</OBJECT>

edit by admin: no contact info or commercial links permitted on the forum, thank you

Razee Marikar
11-09-2007, 12:30 AM
<iframe src="http://whatever"></iframe>


should work fine in FF/Netscape. Maybe you missed out the http:// part. I don't know why, but without the protocol part, it doesn't work in Netscape.