Sersn,
war schon beinahe richtig! Hier hab ich dir einen kleine Test zusammengeschustert!
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
</head>
<body>
<form action="test.php">
<input type="text" name="actionFeld" value="muaahhh.php">
<a href="javascript:alert(document.forms[0].action);document.forms[0].action=document.forms[0].actionFeld.value;alert(document.forms[0].action)">Make it so!</a>
</form>
</body>
</html>
Servus,
wie kann ich einem Formular als action, die Datei zuweisen, die in eine textbox manuell eingegeben wurde???
action="document.formular... ???
Grüße