Men jag undrar hur man får maskotens goda råd i ett popup fönster (lika som steve)
Här är maskotens kod:
<head>
<script type="text/javascript">
var citat = new Array(
"Citat 1.",
"Citat 2.",
"Citat 3.",
"Citat 4.",
"Citat 5.");
document.write(citat[Math.floor(Math.random()*citat.length)]);
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Maskot</title>
</head>
<body>
</body>
</html>
Här är koden där maskotens bild är som man kan klicka på:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>CurryP</title>
</head>
<body>
<a href="maskot.html"><img src="../../../../All Users/Dokument/curryp/maskot/abc.jpg" width="30" height="30" /></a>
</body>
</html>
Ingen status