Den er her(Ikke færdig men den jeg arbejder på):
<html>
<head>
<title>order</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
function MM_findObj(n, d) { //v4.0
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && document.getElementById) x=document.getElementById(n); return x;
}
function MM_showHideLayers() { //v3.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v='hide')?'hidden':v; }
obj.visibility=v; }
}
function MM_popupMsg(msg) { //v1.0
alert(msg);
}
function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
//Copyright 1997 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (numGotos != null)
if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
else if (tmLn.gotoCount++ >= numGotos) {tmLn.gotoCount=0; return}
jmpFwd = (fNew > tmLn.curFrame);
for (i = 0; i < tmLn.length; i++) {
sprite = (jmpFwd)? tmLn[i] : tmLn[(tmLn.length-1)-i]; //count bkwds if jumping back
if (sprite.charAt(0) == "s") {
numKeyFr = sprite.keyFrames.length;
firstKeyFr = sprite.keyFrames[0];
lastKeyFr = sprite.keyFrames[numKeyFr - 1];
if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]; keyFrm++);
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
if (sprite.obj != null) {
if (props.prop2 == null) sprite.obj[props.prop] = props[propNum];
else sprite.obj[props.prop2][props.prop] = props[propNum];
} }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
}
tmLn.curFrame = fNew;
if (tmLn.ID == 0) eval('MM_timelinePlay(tmLnName)');
}
function MM_timelinePlay(tmLnName, myID) { //v1.2
//Copyright 1997 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName];
if (myID == null) { myID = ++tmLn.ID; firstTime=true;}//if new call, incr ID
if (myID == tmLn.ID) { //if Im newest
setTimeout('MM_timelinePlay("'+tmLnName+'",'+myID+')',tmLn.delay);
fNew = ++tmLn.curFrame;
for (i=0; i<tmLn.length; i++) {
sprite = tmLn[i];
if (sprite.charAt(0) == 's') {
if (sprite.obj) {
numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0];
if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1]) {//in range
keyFrm=1;
for (j=0; j<sprite.values.length; j++) {
props = sprite.values[j];
if (numKeyFr != props.length) {
if (props.prop2 == null) sprite.obj[props.prop] = props[fNew-firstKeyFr];
else sprite.obj[props.prop2][props.prop] = props[fNew-firstKeyFr];
} else {
while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm]) keyFrm++;
if (firstTime || fNew==sprite.keyFrames[keyFrm-1]) {
if (props.prop2 == null) sprite.obj[props.prop] = props[keyFrm-1];
else sprite.obj[props.prop2][props.prop] = props[keyFrm-1];
} } } } }
} else if (sprite.charAt(0)=='b' && fNew == sprite.frame) eval(sprite.value);
if (fNew > tmLn.lastFrame) tmLn.ID = 0;
} }
}
function MM_initTimelines() { //v4.0
//MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape";
var ns4 = (ns && parseInt(navigator.appVersion) == 4);
var ns5 = (ns && parseInt(navigator.appVersion) > 4);
document.MM_Time = new Array(1);
document.MM_Time[0] = new Array(3);
document.MM_Time["Timeline1"] = document.MM_Time[0];
document.MM_Time[0].MM_Name = "Timeline1";
document.MM_Time[0].fps = 10;
document.MM_Time[0][0] = new String("sprite");
document.MM_Time[0][0].slot = 1;
if (ns4)
document.MM_Time[0][0].obj = document["rodwebdesign"];
else if (ns5)
document.MM_Time[0][0].obj = document.getElementById("rodwebdesign");
else
document.MM_Time[0][0].obj = document.all ? document.all["rodwebdesign"] : null;
document.MM_Time[0][0].keyFrames = new Array(1, 15);
document.MM_Time[0][0].values = new Array(2);
if (ns5)
document.MM_Time[0][0].values[0] = new Array("341px", "362px", "383px", "404px", "425px", "446px", "467px", "488px", "508px", "529px", "550px", "571px", "592px", "613px", "634px");
else
document.MM_Time[0][0].values[0] = new Array(341,362,383,404,425,446,467,488,508,529,550,571,592,613,634);
document.MM_Time[0][0].values[0].prop = "left";
if (ns5)
document.MM_Time[0][0].values[1] = new Array("19px", "19px", "19px", "19px", "19px", "19px", "19px", "19px", "18px", "18px", "18px", "18px", "18px", "18px", "18px");
else
document.MM_Time[0][0].values[1] = new Array(19,19,19,19,19,19,19,19,18,18,18,18,18,18,18);
document.MM_Time[0][0].values[1].prop = "top";
if (!ns4) {
document.MM_Time[0][0].values[0].prop2 = "style";
document.MM_Time[0][0].values[1].prop2 = "style";
}
document.MM_Time[0][1] = new String("sprite");
document.MM_Time[0][1].slot = 2;
if (ns4)
document.MM_Time[0][1].obj = document["sortwebdesign"];
else if (ns5)
document.MM_Time[0][1].obj = document.getElementById("sortwebdesign");
else
document.MM_Time[0][1].obj = document.all ? document.all["sortwebdesign"] : null;
document.MM_Time[0][1].keyFrames = new Array(13, 27);
document.MM_Time[0][1].values = new Array(2);
if (ns5)
document.MM_Time[0][1].values[0] = new Array("22px", "43px", "64px", "85px", "105px", "126px", "147px", "168px", "189px", "210px", "231px", "251px", "272px", "293px", "314px");
else
document.MM_Time[0][1].values[0] = new Array(22,43,64,85,105,126,147,168,189,210,231,251,272,293,314);
document.MM_Time[0][1].values[0].prop = "left";
if (ns5)
document.MM_Time[0][1].values[1] = new Array("18px", "18px", "18px", "18px", "18px", "18px", "18px", "18px", "18px", "18px", "18px", "18px", "18px", "18px", "18px");
else
document.MM_Time[0][1].values[1] = new Array(18,18,18,18,18,18,18,18,18,18,18,18,18,18,18);
document.MM_Time[0][1].values[1].prop = "top";
if (!ns4) {
document.MM_Time[0][1].values[0].prop2 = "style";
document.MM_Time[0][1].values[1].prop2 = "style";
}
document.MM_Time[0][2] = new String("behavior");
document.MM_Time[0][2].frame = 28;
document.MM_Time[0][2].value = "MM_timelineGoto('Timeline1','1')";
document.MM_Time[0].lastFrame = 28;
for (i=0; i<document.MM_Time.length; i++) {
document.MM_Time[i].ID = null;
document.MM_Time[i].curFrame = 0;
document.MM_Time[i].delay = 1000/document.MM_Time[i].fps;
}
}
//-->
</script>
</head>
<body bgcolor="#E7F1EC" text="#000000" link="#0000CC" vlink="#0000CC" alink="#0000CC" onLoad="MM_timelinePlay('Timeline1')">
<p>
<FORM method="post" action="
http://www.mitdomæne.dk/cgi-bin/FormMail.pl"sendmail.php"> <table width="750" border="0">
<tr>
<td width="750">
<table width="750" border="4" bordercolor="#000000" bgcolor="#E6FFFF">
<tr>
<td height="10" bgcolor="#E6FFFF">
<div align="center"><font color="#000000"><a href="index.htm" target="_parent" onMouseOver="MM_showHideLayers('privatfirma','','hide','firma','','hide','ofir','','hide','ithansen','','hide')"><font color="#0000CC">Startside</font></a></font></div>
</td>
<td height="10">
<div align="center"><font color="#000000"><a href="#" onMouseOver="MM_showHideLayers('privatfirma','','show','firma','','show','ofir','','hide','ithansen','','hide')"><font color="#0000CC">Designs</font></a></font></div>
</td>
<td height="10">
<div align="center"><font color="#000000"><a href="#" onMouseOver="MM_showHideLayers('privatfirma','','hide','firma','','hide','ofir','','show','ithansen','','show')"><font color="#0000CC">Referencer</font></a></font></div>
</td>
<td height="10">
<div align="center"><font color="#000000"><a href="order.htm" target="_parent" onMouseOver="MM_showHideLayers('privatfirma','','hide','firma','','hide','ofir','','hide','ithansen','','hide')"><font color="#0000CC">Bestil</font></a></font></div>
</td>
<td height="10">
<div align="center"><font color="#000000"><a href="mailto:webdesign@ithansen.dk" onMouseOver="MM_showHideLayers('privatfirma','','hide','firma','','hide','ofir','','hide','ithansen','','hide')"><font color="#0000CC">Kontakt</font></a></font></div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table width="750" border="0" height="550" bgcolor="#E7F1EC" bordercolor="#FF0000">
<tr>
<td height="33" width="750" bgcolor="#E7F1EC" bordercolor="#FFFFFF"> </td>
</tr>
<tr>
<td width="750" bgcolor="#E7F1EC" bordercolor="#FFFFFF">
<table width="300" border="1" height="25">
<tr>
<td width="172"><font color="#000000">Fornavn</font></td>
<td width="141"> <font color="#000000">
<input type="text" name="fornavn" size="30">
</font></td>
</tr>
</table>
<table width="300" border="1" height="25">
<tr>
<td width="172"><font color="#000000">Efternavn</font></td>
<td width="141"> <font color="#000000">
<input type="text" name="efternavn" size="30">
</font></td>
</tr>
</table>
<table width="300" border="1" height="25">
<tr>
<td width="172" height="30"><font color="#000000">Adresse</font></td>
<td width="141" height="30"> <font color="#000000">
<input type="text" name="adresse" size="30">
</font></td>
</tr>
</table>
<table width="300" border="1" height="25">
<tr>
<td width="172"><font color="#000000">By</font></td>
<td width="141"> <font color="#000000">
<input type="text" name="by" size="30">
</font></td>
</tr>
</table>
<table width="300" border="1" height="25">
<tr>
<td width="172"><font color="#000000">Post.nr</font></td>
<td width="141"> <font color="#000000">
<input type="text" name="postnr" size="30">
</font></td>
</tr>
</table>
<table width="300" border="1" height="25">
<tr>
<td width="172" height="34"><font color="#000000">Tlf</font></td>
<td width="141" height="34"> <font color="#000000">
<input type="text" name="tlf" size="30">
</font></td>
</tr>
</table>
<table width="300" border="1" height="25">
<tr>
<td width="172"><font color="#000000">Email</font></td>
<td width="141"> <font color="#000000">
<input type="text" name="email" size="30"><!--Er modtaget -->
</font></td>
</tr>
</table>
<table width="760" border="0" height="50">
<tr>
<td height="50" width="750">
<div id="Layer11" style="position:absolute; width:300; height:100; z-index:17; left: 313px; top: 393px">
<table width="300" border="1" height="38">
<tr>
<td width="172" height="33"><font color="#000000">Firma</font></td>
<td width="141" height="33"> <font color="#000000">
<input type="radio" name="radiobutton" value="firma">
</font></td>
</tr>
</table>
<table width="300" border="1" height="38">
<tr>
<td width="172"><font color="#000000">Privat</font></td>
<td width="141"> <font color="#000000">
<input type="radio" name="radiobutton" value="privat">
</font></td>
</tr>
</table>
</div>
<div id="Layer12" style="position:absolute; width:200px; height:115px; z-index:18; left: 59px; top: 116px"><a href="
http://google.dk" target="_blank"><img src="google.gif" width="176" height="77" border="0" align="right" lowsrc="
www.google.dk"></a></div> <div id="Layer5" style="position:absolute; width:200px; height:115px; z-index:19; left: 350px; top: 174px">Skriv
besked her:
<textarea name="textfield" cols="40" rows="10"></textarea>
</div>
<div id="rodwebdesign" style="position:absolute; width:123px; height:30px; z-index:16; left: 341px; top: 19px"><font size="5" color="#CC0000">Webdesigns</font></div>
<div id="sortwebdesign" style="position:absolute; width:123px; height:30; z-index:15; left: 22px; top: 18px"><font size="5" color="#000000">Webdesigns</font></div>
</td>
</tr>
</table>
<p> <font color="#000000">
<input type="hidden" name="redirect" value="
http://www.mitdomæne.dk/order.html"> <input type="hidden" name="subject" value="bestillingsseddel">
<input type="hidden" name="recipient" value="min@email.dk">
</font></p>
<div id="Layer4" style="position:absolute; width:200px; height:115px; z-index:4; left: 501px; top: 484px">
<font color="#000000">
<input type="reset" name="Submit2" value="slet" onClick="MM_popupMsg('Siden Bliver Nu Slettet')">
</font></div>
<div id="banner1" style="position:absolute; width:250; height:32; z-index:12; left: 12; top: 16px; background-color: #33CCFF; layer-background-color: #33CCFF; border: 1px none #000000"></div>
<div id="bannertekst" style="position:absolute; width:250px; height:32px; z-index:11; left: 262px; top: 16px; background-color: #00FF66; layer-background-color: #00FF66; border: 1px none #000000">
<div align="center"> </div>
</div>
<div id="banner3" style="position:absolute; width:250; height:32; z-index:14; left: 508; top: 16; background-color: #0066FF; layer-background-color: #0066FF; border: 1px none #000000"></div>
<div id="firma" style="position:absolute; width:56; height:30; z-index:5; left: 240px; top: 96px; visibility: hidden">
<table width="60" border="3" bgcolor="#E6FFFF" bordercolor="#000000" height="15">
<tr>
<td bgcolor="#E6FFFF"><font color="#000000"><a href="firma.htm" onClick="MM_showHideLayers('firma','','hide','ofir','','hide','ithansen','','hide','privatfirma','','hide')" target="_parent">Firma</a></font></td>
</tr>
</table>
</div>
<div id="Layer3" style="position:absolute; width:200px; height:115px; z-index:3; left: 375px; top: 483px">
<font color="#000000">
<input type="submit" name="email" value="send" onClick="MM_popupMsg('Bestillingen Er Nu Sendt.\rDu Modtager En Bekræftigelse\rMed Email Inden For\rFå Minutter.\r Tak')">
</font></div>
<div id="ofir" style="position:absolute; width:175px; height:26px; z-index:2; left: 317px; top: 96px; visibility: hidden">
<table width="85" border="3" height="30" bordercolor="#000000" bgcolor="#E6FFFF">
<tr>
<td height="24" bgcolor="#E6FFFF"><font color="#000000"><a href="#" onClick="MM_showHideLayers('firma','','hide','ofir','','hide','ithansen','','hide','privatfirma','','hide')">ofir.dk</a></font></td>
</tr>
</table>
<p> </p>
<p> </p>
</div>
<div id="ithansen" style="position:absolute; width:203px; height:115px; z-index:3; left: 402px; top: 97px; visibility: hidden">
<table width="92" border="3" bordercolor="#000000" height="30" bgcolor="#E6FFFF">
<tr>
<td bgcolor="#E6FFFF"><font color="#000000"><a href="#" onClick="MM_showHideLayers('firma','','hide','ofir','','hide','ithansen','','hide','privatfirma','','hide')">ithansen.dk</a></font></td>
</tr>
</table>
</div>
<div id="privatfirma" style="position:absolute; width:56px; height:33px; z-index:1; left: 182px; top: 96px; background-color: #E7F1EC; layer-background-color: #E7F1EC; border: 1px none #000000; visibility: hidden">
<div align="center">
<table width="56" border="3" height="15" bordercolor="#000000" bgcolor="#E6FFFF">
<tr>
<td bgcolor="#E6FFFF"><font color="#000000"><a href="privat.htm" onClick="MM_showHideLayers('firma','','hide','ofir','','hide','ithansen','','hide','privatfirma','','hide')" target="_parent">Privat</a></font></td>
</tr>
</table>
</div>
</div>
<p> <font color="#000000"> </font></p>
</td>
</tr>
</table>
<p> </p>
<p> </p>
</FORM>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p> </p>
</body>
</html>