[TYPO3-UG Spain] src iframe

xescjp sad at sdf.com
Tue Mar 12 15:29:45 CET 2013


Hola todos:

Utilizo la plataforma 4.0 de typo3. He creado una pàgina que contiene una 
sección HTML. En esta sección incrusto un iframe. Este iframe hace 
referencia a una pàgina web externa a la plataforma. Cuando quiero mostrar 
la pàgina la plataforma añade el texto  /typo3/â? a la dirección url.
Ajunto el código que utilizo en el frame:

<html style="width=100%;height=100%">
<head>
</head>
<body 
style="width=100%;height=100%;margin:0px;padding-left:10px;padding-right:10px;padding-top:5px">
<IFRAME name ="continent" id ="continent" SRC="http://www-aj-w2k3002/sales/index.php?rt=150/sales" 
TITLE="" SCROLLING="auto" ALIGN="center" FRAMEBORDER="no" 
style="display:block;border:1px lightgray solid;"></IFRAME>
<script type="text/javascript"">
var ifra=document.getElementById('continent');
ifra.style.height=document.documentElement.offsetHeight-20;
ifra.style.width=document.documentElement.offsetWidth-50;</script>
</body>
</html>

El mensaje de error que me da es el siguiente:

The requested URL /typo3/�http://www-aj-w2k3002/sales/index.php was not 
found on this server.

Alguien sabria decirme que debo hacer ?

Muchas gracias
xescjp 




More information about the TYPO3-UG-Spain mailing list