Thema: iframe
Einzelnen Beitrag anzeigen
Alt 17.04.2003, 12:37   #3
_THE_LAW_
Hero
 
Registriert seit: 18.10.2001
Beiträge: 857


Standard

thx für deine antwort nur das hilft mir nicht wirklich , weil ich schon tabellen verwende .

Code:
<html>
<head>
<title>index</title>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head> 
<iframe name="info1" align="right" height="200" width="150" hspace="10"  vspace="10" scrolling="no" src="iframestest.htm"></iframe>


<iframe name="info2" align="right" height="200" width="150"  hspace="10"  vspace="10" scrolling="no" ></iframe>
<body bgcolor="#000000">
<div align="left" >
<table width="16%" height="177" border="1" bordercolor="#5F81F3">
  <tr> 
    <td bgcolor="#5F81F3">
<div align="center"><font color="#FF6600">Startseite</font></div></td>
  </tr>
  <tr> 
    <td bgcolor="#5F81F3">
<div align="center"><font color="#FF6600">Admin</font></div></td>
  </tr>
  <tr> 
    <td bgcolor="#5F81F3">
<div align="center"><font color="#FF6600">Computer</font></div></td>
  </tr>
  <tr> 
    <td bgcolor="#5F81F3">
<div align="center"><font color="#FF6600">Server</font></div></td>
  </tr>
  <tr> 
    <td bgcolor="#5F81F3">
<div align="center"><font color="#FF6600">Projekte</font></div></td>
  </tr>
  <tr> 
    <td bgcolor="#5F81F3"> 
      <div align="center"><font color="#FF6600">Kontakt</font></div></td>
  </tr>
</table>
</div>
</body>
</html>
und das java script hat mein Dreamweaver reingeschrieben , ich weiß aber nicht wirklich was das bezweckt .

mfg _THE_LAW_
____________________________________
Jabber ID: sysfreak@amessage.at
Linux like a wigwam, there are no windows and a apache is inside.

Sex is like hacking. You get in, you get out, and you hope you didnt leave something behind that can be traced back to you.
_THE_LAW_ ist offline   Mit Zitat antworten