iFram will nicht 100%?

  • Themenstarter Themenstarter SilverVegeto
  • Beginndatum Beginndatum
Status
Nicht offen für weitere Antworten.
Ok, das geht also nicht. Gibt es eine Möglichkeit, die Datei mal zu verlinken, oder zumindest die URL bekannzugeben, damit ich das mal mit dem Originalinhalt ausprobieren kann?

Gruß Amethyst
 
Ja klar, soll aber keine Werbung sein *g* Kannst es ja mal versuchen, aber über den Frame ist noch eine Tabbelle, ach was ich gib dir gleich den ganzen Code:

<html>
<head>
<title>RPG-TIME.de - Alles rund um den RPG-Maker</title>
</head>
<style type=text/css>
A:link {color: #9D9D9D; text-decoration: none}
A:visited {color: #9D9D9D; text-decoration: none}
A:active {color: #9D9D9D; text-decoration: none}
A:hover {color: #FCA001; text-decoration: none}
input {font-size: 10px; color: #000000; font-family: Verdana, Arial, Helvetica}
body {scrollbar-face-color: #BDB3AA; scrollbar-highlight-color: #D9D2CC; scrollbar-shadow-color: #999999; scrollbar-3dlight-color: #FFFFFF; scrollbar-arrow-color: #FFFFFF; scrollbar-track-color: #BDB3AA; scrollbar-darkshadow-color: #666666; }
</style>

<body bgcolor="#D9D2CC" onLoad="" scroll="auto" style="margin:0px;">
<table align=center width="953" height="130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="953" height="105" background="images/Kopfzeile.jpg">&nbsp;</td>
</tr>
<tr>
<td width="1127" height="26"><img src="images/Button_links.jpg"><a href="http://www.rpg-time.de" target="_top"><img onMouseOver='src="images/Button_home2.jpg"' onMouseOut='src="images/Button_home1.jpg"' src="images/Button_home1.jpg" border=0></a><a href="ressourcen.htm" target="_top"><img onMouseOver='src="images/Button_ressourcen2.jpg"' onMouseOut='src="images/Button_ressourcen1.jpg"' src="images/Button_ressourcen1.jpg" border=0></a><a href="games.htm" target="_top"><img onMouseOver='src="images/Button_spiele2.jpg"' onMouseOut='src="images/Button_spiele1.jpg"' src="images/Button_spiele1.jpg" border=0></a><a href="forum.htm" target="_top"><img onMouseOver='src="images/Button_forum2.jpg"' onMouseOut='src="images/Button_forum1.jpg"' src="images/Button_forum1.jpg" border=0></a><img src="images/Button_rechts.jpg"></td>
</tr>
</table>
<table align=center border="0" cellpadding="0" cellspacing="0" style="margin:0px;">
<tr>
<td><iframe width=953 src="http://web295.s14.deinprovider.de/wbb2/index.php?sid=a8cc0559c5cec774542e235d1b1e7d11" scrolling="no" frameborder="0"></iframe></td>
</tr>
</table>
</body>
</html>
 
So, nachdem ich selber rumprobiert habe und es nicht ging, hab ich noch mal Experten dazu befragt. Antwort: No way, zumindest nicht mit Html. Tut mir leid, nicht mehr für Dich tun zu können.

Gruß Amethyst

P.S. Sollte ich noch was gegenteiliges hören, melde ich mich noch mal.
 
Ich habe ein ganze ähnliches Problem. Ich versuche mein Forum über ein integriertes iframe ein zu binden, allerdings geschieht dies mit Hilfe von PHP. Wenn eine Link betätigt wird und dort per GET eine Variable mit einem bestimmten Wert erscheint, soll es mir ein iframe erstellen.

Es entstheht zwar das iframe, allerdings auch nicht in der gewünschten Größe.

Gibt es eine Möglichkeit, mit PHP die Größe, speziell die Höhe, einer Seite fest zu legen und dementsprechend auch die Größe des iframes vor dem Laden zu definieren?
 
Status
Nicht offen für weitere Antworten.
Zurück