Hallo Ihr 2,
vielen Dank für Eure Hilfe.
Ich habe selbst noch ein wenig im Netz geforscht und löse das "Problemchen" jetzt mit einem JavaScript:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled</title>
<script language="JavaScript" type="text/javascript"><!--
function send_url() {
window.location.href= 'http://www.test-seite.de/' + document.formular.eingabe.value;
}
//--></script>
</head>
<body>
<form action="#" method="post" name="formular">
<input name="eingabe" type="text"><br>
<br>
<input value="Hier klicken! !" onclick="send_url();"
type="button">
</form>
</body>
</html>
Danke nochmals.
Mfg kanidoo