Why does the following happen? How can it be suppressed?
Under Firefox, use the left-mouse button to drag any image
into the textarea and 52 copies of the image's URL appear!
<html>
<body>
<form>
<img src="http://www.google.com/intl/en_ALL/images/logo.gif">
<input type="reset">
<br>
<textarea rows="27" cols="100"></textarea>
</form>
</body>
</html>
--TIA
Under Firefox, use the left-mouse button to drag any image
into the textarea and 52 copies of the image's URL appear!
<html>
<body>
<form>
<img src="http://www.google.com/intl/en_ALL/images/logo.gif">
<input type="reset">
<br>
<textarea rows="27" cols="100"></textarea>
</form>
</body>
</html>
--TIA
Comment