[TYPO3-UG Spain] src iframe

Nicolas Puente nicolas.puente at lgb-rlp.de
Tue Mar 12 16:48:11 CET 2013


Hola:

Yo tengo también un iframe en una página y no uso javascript: 
http://www.lgb-rlp.de/regionale_hydrogeologie.html
Así es mi código:

<iframe src="http://mapserver.lgb-rlp.de/php_zus_hyd/index.phtml 
<view-source:http://mapserver.lgb-rlp.de/php_zus_hyd/index.phtml>" 
width="420px" height="540px" marginheight="0" marginwidth="0" 
frameborder="0">
<p>Ihr Browser kann leider keine eingebetteten Frames anzeigen. <br />
Sie k&ouml;nnen die eingebettete Seite &uuml;ber den folgenden Verweis 
aufrufen: <a 
href="/cgi-bin/mapserv?map=%2Fusr%2Flocal%2Fhttpd%2Fhtdocs%2Fmapserver_zust%2Fboden.map&amp;zoomdir=1&amp;mode=browse&amp;zoomsize=2&amp;layer=zust&amp;mapsize=440+550" 
target="_blank">Anwendung Zustaendigkeit starten</a>
</p>
</iframe>

Espero que te sirva.

Saludos.

Nicolás


Am 12.03.2013 15:29, schrieb xescjp:
> 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
>
>
>
>
> _______________________________________________
> TYPO3-UG-Spain mailing list
> TYPO3-UG-Spain at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-ug-spain



More information about the TYPO3-UG-Spain mailing list