Hallo Leute,
Das problem ist wenn ich auf Akzeptieren drücke kommt immer "null" obwohl
ich eingestellt habe dass es auf agb-bestaetigen kommen soll aber irgendwie klappt es nicht..
könnt ihr mir helfen?
PS: Ist für Iphone gemacht!
DANKE NOCH!
LG
HIER MEIN CODE:
ZitatAlles anzeigen<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html>
<head>
<title>HALLO </title>
<link rel="apple-touch-icon-precomposed" href="./images/Hallo.png"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="minimum-scale=1.0, width=device-width, maximum-scale=0.6667, user-scalable=no" name="viewport" />
<meta name="author" content="will" />
<meta name="copyright" content="HALLO" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
<link href="../style/style.css" rel="stylesheet" media="screen" type="text/css" />
<script type="text/javascript" src="./js/functions.js"></script>
</head>
<body style="background-image:url(./images/background1.png);">
<br>
<center>
<input type="checkbox" id="check" onclick="document.getElementById('next').disabled=(document.getElementById('check').checked)?false:true;" />
<br>
<br>
</span><span style="cursor:pointer;cursor:hand;" onclick="document.getElementById('check').checked=(document.getElementById('check').checked)?style="color: rgb(255, 255, 0); "><span style="font-size: xx-large; "><a href="http://www.google.ch"><u><span style="color: rgb(0, 0, 255); ">Ich habe die AGB gelesen und bin damit einverstanden.</span>
</u><a></span></span></span>
<br/>
<br>
<br>
<span style="font-size: xxl-large; "><input type="button" id="next" onclick="if(document.getElementById('check').checked){document.getElementById('next').disabled=false;location.<a href="agb-bestaetigt.php";}else{document.getElementById('next').disabled=true;}" value="Akzeptieren" disabled=""/></span><a/>
</body></html>
<br>
<br>
<center><font color="red" size="10">Unterstrichen = Verlinkt</font>
</body>
</html>