[TYPO3-english] src in iframe

xescjp sad at sdf.com
Tue Mar 12 14:42:21 CET 2013


Hello everybody:
I have a page with an html section on it.

When I preview the page a message apears:

The requested URL /typo3/�http://localhost/sales/index.php was not found 
on this server.

I would like to prevent to attach /typo3/â? to the url.
How can I avoid it?

The html code that is included is the following:
<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://localhost/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>


Thanks in advance.

xescjp 




More information about the TYPO3-english mailing list