Yes, put this into the HTML attributes for the field:
onFocus="window.status='Please enter a subject'" onBlur="window.status=''
This only works on JavaScript-enabled browsers such as Netscape and MSIE.