Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/09/2009, 14:45
Avatar de el_tigre
el_tigre
 
Fecha de Ingreso: febrero-2006
Ubicación: Perú
Mensajes: 1.044
Antigüedad: 18 años, 2 meses
Puntos: 8
De acuerdo ayuda con iframe

Amigos, tengo una plantilla al cual intento agregarle un código pero no me permite o la estoy haciendo mal, pero se me ocurrió quizá que podría meterlo dentro de un include pero tampoco funciona.

Esta es la parte de mi código q quiero agregarle
Código PHP:
<!-- webim button --><a href="/ChatOnLine/client.php?locale=sp" target="_blank" onclick="if(navigator.userAgent.toLowerCase().indexOf('opera') != -1 &amp;&amp; window.event.preventDefault) window.event.preventDefault();this.newWindow = window.open('/ChatOnLine/client.php?locale=sp&amp;url='+escape(document.location.href)+'&amp;referrer='+escape(document.referrer), 'webim', 'toolbar=0,scrollbars=0,location=0,status=1,menubar=0,width=640,height=480,resizable=1');this.newWindow.focus();this.newWindow.opener=window;return false;"><img src="/ChatOnLine/button.php?i=webim&amp;lang=sp" border="0" width="163" height="61" alt=""/></a><!-- / webim button --> 
Este es mi Tabla de mi Plantilla
Código PHP:
<table width="100%" cellpadding="0" cellspacing="0" border="0">
    <
tr>
        <
td width="75%" height="32" class="catbg" align="center"><img src="', $settings['images_url'], '/smflogo.png" style="margin: 2px;" alt="" /></td>
                  
                
         <
td width="25%" class="catbg" align="center">

// esta es la parte q lo agregué, el archivo se encuentra en otro dominio
                         
include("http://dcristo.org/consejeria.php");     
         </
td>
    </
tr>
</
table
Cómo puedo solucionarlo? o agregando el código o include?

Saludos