<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script>
function a() {
var ind, valore, variabile;
ind = window.location.href;
valore = ind.substring(ind.indexOf("?") + 1, ind.length);
variabile = valore.split("=");
document.write(variabile[0] + "
" + variabile[1]);
}
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" onLoad="javascript:a()">
</body>
</html>
salva il tutto in un documento htm e ti colleghi a questo inserendo anche un valore dopo l'indirizzo
es. pagina.htm?valore=myvalue
![]()