• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

10sekunden wechsel ausschalten

Status
Für weitere Antworten geschlossen.

lovedoc

Neues Mitglied
hi.
ich hab vor mir einen html-code zu liegen, eigentlich alles komplett für ne website eingerichtet, aber irgendwie ist da ein 10sekunden-wechsel-code für die fotos drin. das will ich wieder raus haben, finde es einfach nicht.
wie sieht solch ein befehl eigentlich aus? sitze schon seit ner woche dran und kanns einfach nicht ausschalten.
wäre dankbar für ne antwort.
mfg
 
Werbung:
da ist ein block drin, der fängt mit

Code:
<script language="javascript">

an und hört mit

Code:
</script>

auf.
lösch# das, dann dürfte es weg sein.

Nils aka XraYSoLo
 
also das find ich auch nicht.
es sieht zb folgendermaßen im index aus:

<HTML>
<HEAD>
<TITLE>BLABLABLA</TITLE>
<META name="generator" content="blablabla">
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>

<FRAMESET frameborder=no cols="20%,80%">
<FRAME src="ThumbnailFrame.htm" NAME="LeftFrame" scrolling=AUTO>
<FRAME src="pages/(31242).htm" name="RightFrame" scrolling=AUTO>

<NOFRAMES>
<BODY>
Viewing this page requires a browser capable of displaying frames.
</BODY>
</NOFRAMES>
</FRAMESET>
</HTML>

++++++++

und eine der seiten so hier:

<html>

<head>

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

<meta name="generator" content="blablabla"

<title>21058</title>

<meta http-equiv="refresh" content="10;URL=21060.htm">

</head>

<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" text="white" link="white" vlink="#a9a9a9" alink="#f0e68c" bgcolor="#3c3939">
<table border="0" cellpadding="0" cellspacing="0" width="110%" height="40">
<tr bgcolor="#5A5D4E">
<td width="65%" valign="middle">
<blockquote>
<font size="4" face="Arial" >BLABLABLA</font>

</blockquote>
</td>
<td width="35%" valign="middle"><font size="3" face="Arial" >17.03.2005</font><font face="Arial" >

</font></td>
</tr>
</table>
<blockquote>


<font size="1" face="Times New Roman" >slide changes every 10 seconds</font></p>


</p>
</blockquote>
<div align="center">
<blockquote>


</p>
<blockquote>
<blockquote>
21058.jpg



<font size="4" face="Times New Roman" >21058.jpg</font></p>


<font size="2" face="Times New Roman" ></font></p>


<font size="2" face="Times New Roman" ></font></p>


<font size="2" face="Times New Roman" >BLABLABLA</font></p>
</blockquote>
</blockquote>
</blockquote>
</div>
</body>

</html>


die blablablas sind von mir, da steht normalerweise die domain, will hier ja keine werung machen;-)
 
Werbung:
wann gewöhnen sich die leute endlich an, code-tags zu machen!??!?!

das is' die index-seite, auf der steht nichts...post mal die anderen beiden, aber diesmal bitte mit code-tags.

Nils aka XraYSoLo
 
"<html>

<head>

<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">

<meta name="generator" content="blablabla"

<title>21058</title>

<meta http-equiv="refresh" content="10;URL=21060.htm">

</head>

<body leftmargin="0" marginwidth="0" topmargin="0" marginheight="0" text="white" link="white" vlink="#a9a9a9" alink="#f0e68c" bgcolor="#3c3939">
<table border="0" cellpadding="0" cellspacing="0" width="110%" height="40">
<tr bgcolor="#5A5D4E">
<td width="65%" valign="middle">
<blockquote>
<font size="4" face="Arial" >BLABLABLA</font>

</blockquote>
</td>
<td width="35%" valign="middle"><font size="3" face="Arial" >17.03.2005</font><font face="Arial" >

</font></td>
</tr>
</table>
<blockquote>


<font size="1" face="Times New Roman" >slide changes every 10 seconds</font></p>


</p>
</blockquote>
<div align="center">
<blockquote>


</p>
<blockquote>
<blockquote>
21058.jpg



<font size="4" face="Times New Roman" >21058.jpg</font></p>


<font size="2" face="Times New Roman" ></font></p>


<font size="2" face="Times New Roman" ></font></p>


<font size="2" face="Times New Roman" >BLABLABLA</font></p>
</blockquote>
</blockquote>
</blockquote>
</div>
</body>

</html> "


so?
sorry, bin neu auf so einer seite und kenn mich mit den gepflogenheiten noch nicht so aus. :roll:
ach ja, das war übrgens nur eine seite.
 
code-tags...!!!!!

Code:
<meta http-equiv="refresh" content="10;URL=21060.htm">

das da sorgt dafür, dass in 10 sek auf die seite 21060.htm umgewechselt wird. lösch' das einfach 'raus.

Nils aka XraYSoLo
 
Werbung:
Status
Für weitere Antworten geschlossen.
Zurück
Oben