MNolden630
Neues Mitglied
Hallo Ihr da draußen
ich brauche mal Eure Hilfe.
Ich versuche auf meiner HP eine slideshow einzufügen, habe die Bilder auch im selben ordner. sie werden mir aber nicht angezeigt, hmm jetzt frage ich mich was ich falsch gemacht habe.
Könnt ihr mir helfen??
Hier mein HP code:
<html xmlns:mso="urn:schemas-microsoft-com
ffice
ffice" xmlns:msdt="uuid:C2F1010-05B3-12d1-A29F-00AA00C1882">
<head>
<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Categories msdt:dt="string">Privat</mso:Categories><mso:Approval_x0020_Level msdt:dt="string"></mso:Approval_x0020_Level><mso:Assigned_x0020_To msdt:dt="string"></mso:Assigned_x0020_To></mso:CustomDocumentProperties></xml>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="de">
<title>Intro</title>
<meta name="description" content="Eingangsseite">
<meta name="keywords" content="Home">
</head>
<body topmargin="5" leftmargin="5" rightmargin="5" bottommargin="5" marginwidth="50" marginheight="50" bgcolor="#000000">
<p align="center">
<img border="0" src="images/My_House_-_My_Blue_Planet_Earth1.png" width="773" height="580" align="middle"></p>
<script language="JScript" type="text/jscript">
Bild1 = new Image();
Bild1.src = "Space1.jpg";
Bild2 = new Image();
Bild2.src = "Space2.jpg";
var Bild = 1;
function Bildwechsel () {
if (Bild == 1) {
Bild = 2;
document.all.Space.filters.blendTrans.Apply();
document.all.Space.src = Bild2.src;
document.all.Space.filters.blendTrans.Play();
} else {
Bild = 1;
document.all.Space.filters.blendTrans.Apply();
document.all.Space.src = Bild1.src;
document.all.Space.filters.blendTrans.Play();
}
}
</script>
<img id="Space" src="Space1.jpg" style="cursor:hand; filter:blendTrans(Duration=4, Transition=16)" onclick="Bildwechsel()" width="433" height="278" border="0" alt="Space">
</body>
</html>
ich brauche mal Eure Hilfe.
Ich versuche auf meiner HP eine slideshow einzufügen, habe die Bilder auch im selben ordner. sie werden mir aber nicht angezeigt, hmm jetzt frage ich mich was ich falsch gemacht habe.
Könnt ihr mir helfen??
Hier mein HP code:
<html xmlns:mso="urn:schemas-microsoft-com


<head>
<!--[if gte mso 9]><xml>
<mso:CustomDocumentProperties>
<mso:Categories msdt:dt="string">Privat</mso:Categories><mso:Approval_x0020_Level msdt:dt="string"></mso:Approval_x0020_Level><mso:Assigned_x0020_To msdt:dt="string"></mso:Assigned_x0020_To></mso:CustomDocumentProperties></xml>
<![endif]-->
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta http-equiv="Content-Language" content="de">
<title>Intro</title>
<meta name="description" content="Eingangsseite">
<meta name="keywords" content="Home">
</head>
<body topmargin="5" leftmargin="5" rightmargin="5" bottommargin="5" marginwidth="50" marginheight="50" bgcolor="#000000">
<p align="center">
<img border="0" src="images/My_House_-_My_Blue_Planet_Earth1.png" width="773" height="580" align="middle"></p>
<script language="JScript" type="text/jscript">
Bild1 = new Image();
Bild1.src = "Space1.jpg";
Bild2 = new Image();
Bild2.src = "Space2.jpg";
var Bild = 1;
function Bildwechsel () {
if (Bild == 1) {
Bild = 2;
document.all.Space.filters.blendTrans.Apply();
document.all.Space.src = Bild2.src;
document.all.Space.filters.blendTrans.Play();
} else {
Bild = 1;
document.all.Space.filters.blendTrans.Apply();
document.all.Space.src = Bild1.src;
document.all.Space.filters.blendTrans.Play();
}
}
</script>
<img id="Space" src="Space1.jpg" style="cursor:hand; filter:blendTrans(Duration=4, Transition=16)" onclick="Bildwechsel()" width="433" height="278" border="0" alt="Space">
</body>
</html>