Hallo,
Mit Submit Inhalt eines Formularfeldes in die Windows-Zwoschenablage kopieren.
Geht das, und wenn ja - wie?
Der IE kennt das clipboardData-Objekt:
<form action="..." onsubmit="window.clipboardData.setData('Text',this.abc.value)">
<input type="text" name="abc">
<input type="submit">
</form>
MfG, Thomas