Using a handler to display image.
<img alt="" src="Captcha.ashx" />

In Firefox, when a web page is displayed and right-click performed to save image, this is the filename given:

Captcha.ashx.jpg

How do I get it to display "untitled" as demonstrated in Internet Explorer and not the name of the handler?

-MPippz