Wieso funktioniert des nich??
Hier is der Code:
Bin nich ganz fertig geworden aber es funktioniert trozdem nich:lol:
Hier is der Code:
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Formular</title>
<script language="JavaScript">
<!--
var sat = window.location.search;
var subif = sat.split("&");
var nop = subif[0];
var extarc2 = nop.slice(15);
var nepr = subif[1];
var extarc3 = nepr.slice(12);
var nepro = subif[2];
var extarc4 = nepro.slice(7);
var stopl = extarc2;
document.lolik.pfars.value = stop1;
//-->
</script>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<form name="lolik"><input type="text" name="pfart" readonly></form>
<table width="100%" border="4" cellpadding="2" cellspacing="3">
<tr>
<td><b>Dein Name:</b></td>
<td>Toller Name:</td>
<td>Dir gefällt die Homepage:</td>
<tr>
<td></td>
<td> </td>
<td> </td>
</table>
</body>
</html>