php dosyasında bir web sitesi bulunmaktadır

0 Cevap php

Hi i am trying to include a webpage link from another website into my website. how can i do this?

ben denedim

<?php web_include ('http://website.com/website.html') ; ?> but all the commands are not loading after this statement. I want to include another webpage into my homepage directly. my homepage is completely designed in php, but the other one is html or php.

Ayrıca <?php include("http://www.othersite.com/filename.html"); ?> çalıştı ama bu html tüm yükleme değildir.

Possible Solution: ok this is what i am using

<iframe name="FRAMENAME" src="http://website.com/dropdown.html" width="1000" style="z-index:10000" height="40" frameborder="0" scrolling="no" allowautotransparency=true></iframe>

Ben sadece benim index sayfası için bir açılır menü dahil ediyorum. Sitemde CMS IE dorpdown inceleyen beni kısıtlayan. I dropdown.html sayfasını görüntülediğinizde, ben açılan görebilirsiniz, bu yüzden iframe kullanmaya çalışıyorum. Şimdi ben de IE açılan görebilirsiniz iframe kullanarak, ancak açılan üstünde görünmüyor. Bu sitede diğer resimlerin arkasında gösteriyor. Nasıl diğer resimlerin üstüne olsun. z-index bunun için çalışmıyor.

0 Cevap