Hi Leute!
Ich baue mir gerade ein Menu in htm. Leiter funktioniert meine JavaScript weiterleitung nicht.Ich verstehe nur nicht warum. Vielleicht könnte jemand sich das von euch anschaeuen. Danke
Lg Henrik
Hi Leute!
Ich baue mir gerade ein Menu in htm. Leiter funktioniert meine JavaScript weiterleitung nicht.Ich verstehe nur nicht warum. Vielleicht könnte jemand sich das von euch anschaeuen. Danke
Lg Henrik
na schöne scheiße... hast du des verbrochen ?
lösch erstmal die zig body-tags raus, es darf nur 1 geben.
dieser sollte auch nicht im head stehen. dafür schreibst
am besten mal die scripte in head.....
aber am besten gehst nochmal auf de.selfhtml.org !
so... ich hoff mal ich hab den großteil beseitigt..
<html>
<head>
<meta http-equiv="Page-Enter" content="blendTrans(Duration=2.0)">
<meta http-equiv="Page-Exit" content="blendTrans(Duration=2.0)">
<title>e34button</title>
<script language="JavaScript">
<!--
var message="";
function clickIE() {if (document.all) {(message);return false;}}
function clickNS(e) {if
(document.layers||(document.getElementById&&!document.all)) {
if (e.which==2||e.which==3) {(message);return false;}}}
if (document.layers)
{document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
function forward_me()
{
top.name = "haupt";
var popupURL = "startseite/startseite.html";
var popup = window.open(popupURL,"rechts");
// set the opener if it's not already set. it's set automatically
// in netscape 3.0+ and ie 3.0+.
if( navigator.appName.substring(0,8) == "Netscape" )
{
popup.location = popupURL;
popup.opener = self;
}
}
function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
-->
</script>
</head>
<body onLoad="window.setTimeout('forward_me()', 400);" style="text:#FFFFFF; background-color:#000000; color:#FFFFFF; margin-top:4px; margin-bottom:4px;">
<base target="links">
<p align="center">
[img]black.jpg[/img]
<a href="impressum/impressum.htm" target="rechts"
onmouseover="buttonbild.src='black.jpg';this.style.color='#00FF00';status='www.e34-teile.de'; return true;"
onmouseout="buttonbild.src='black.jpg';this.style.color='#FFFFFF';status='www.e34-teile.de';" style="text-decoration: none" >
Impressum</a>
[url='disclaimer/disclaimer-ge.htm']Disclaimer[/url]
<a href="button.htm" target="links"
onmouseover="buttonbild.src='home.jpg';this.style.color='#00FF00';status='www.e34-teile.de'; return true;"
onmouseout="buttonbild.src='black.jpg';this.style.color='#FFFFFF';status='www.e34-teile.de';" style="text-decoration: none" >Startseite
</a>
<a href="poel/poelindex.htm" target="rechts"
onmouseover="buttonbild.src='biene.jpg';this.style.color='#00FF00';status='www.e34-teile.de'; return true;"
onmouseout="buttonbild.src='black.jpg';this.style.color='#FFFFFF';status='www.e34-teile.de';" style="text-decoration: none" >
Fahren mit Öl</a>
<a href="poelaufbereitung/poelaufbereitungindex.htm" target="rechts"
onmouseover="buttonbild.src='biene.jpg';this.style.color='#00FF00';status='www.e34-teile.de'; return true;"
onmouseout="buttonbild.src='black.jpg';this.style.color='#FFFFFF';status='www.e34-teile.de';" style="text-decoration: none" >
Ölaufbereitung</a>
[url='cng/cngindex.htm']Fahren mit Erdgas[/url]
[url='lpg/lpgindex.htm']Fahren mit Autogas[/url]
<a href="e34button.htm" target="links"
onmouseover="buttonbild.src='bmwlogo.jpg';this.style.color='#00FF00';status='www.e34-teile.de'; return true;"
onmouseout="buttonbild.src='black.jpg';this.style.color='#FFFFFF';status='www.e34-teile.de';" style="text-decoration: none" >
E34 Teile</a>
[url='mailer/index.php']E-Mail[/url]
</p>
</body>
</html>
Alles anzeigen
Hi!
Super danke!!!!!!! ;-))))
Es funktioniert *freu*
Ich werde mir dieses auch noch genauer ansehen um zu lernen was ich so verbockt habe. ;-D
Danke nochmals für deine Hilfe.....
Lg Henrik