<meta charset="windows-1251"> | |
<body onload="test()"> | |
<form method="get" action="mailto:one@example.org"> | |
<input type="text" size="10" maxlength="40" name="subject" value="Frère François"> | |
<input type="text" size="10" maxlength="40" name="body" value="Ïðîâåðêà"> | |
<input type="submit" value="Send"> | |
</form> | |
<script> | |
function test() { | |
if (window.testRunner) { | |
testRunner.dumpAsText(); | |
testRunner.waitForPolicyDelegate(); | |
document.getElementsByTagName("form")[0].submit(); | |
} | |
} | |
</script> |