iframe ohne 'border'

Status
Nicht offen für weitere Antworten.
<SCRIPT language=JavaScript>
<!--
ver=navigator.appVersion
Nv=ver.charAt(0)
if (Nv>=4){
if(document.layers){
document.write('Frame')
}else{
document.write('<IFRAME SRC="seite.html" height="620" width="780" border=0 frameborder=0 framespacing=0 SCROLLING="yes"></IFRAME>')}}else{}
//-->
</SCRIPT>

das muss gehn
 
versteh nicht was das ist, n browser-checker?
auf jedenfall funzt es net...

<html>
<head>
<title>http://www.d-beam.f2s.com</title>
<meta name="author" content="Daniel Müller">
<style type="text/css">
<!--
a:link {
color: #808080;
text-decoration: none;
}
a:visited {
color: #808080;
text-decoration: none;
}
a:hover {
color: #404040;
text-decoration: none;
}
body {
font-family: Arial;
font-size: smaller;
color: #505050;
}
-->
</style>
</head>
<body background="images/background.jpg" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
<tr>
<td width="35"></td>
<td align="left" valign="top">
<script language=JavaScript>
<!--
ver=navigator.appVersion
Nv=ver.charAt(0)
if (Nv>=4){
if(document.layers){
document.write('Frame')
}else{
document.write('<IFRAME SRC="seite.html" height="400" width="650" border=0 frameborder=0 framespacing=0 SCROLLING="no"></IFRAME>')}}else{}
//-->
</script>
</td>
<td width="35"></td>
</tr>
</table>
</body>
</html>

immer noch diese kleine scheiss border,
ich will das da gar nichts ist!
 
ich hab mal den html code ausprobiert und es geht bei mir ?!
welchen browser benutzt du ?
ich hab IE 6 und da funktioniert es...

Die Iframe-seite muss existieren
wenn die seite kommt: Die Seite kann nicht angezeigt werden. blabla
wird ein border angezeigt.
 
Netscape 4- unterstützt keine iframes erst ab Ne 6 dafür ist das script gut. ansonsten geht das auch ohne script:

<IFRAME SRC="seite.html" height="400" width="650" border="0" frameborder="0" framespacing="0" SCROLLING="no"></IFRAME>
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück