Test email input field won't remerber values

Hi!

In the test email form:
I could we modify the code so the field (email) can remember old entries as we type in?

Should be in send_core.php around line #924

<input type="text" name="testtarget" size="40" value="'.$messagedata["testtarget"].'"/>

Tx!