below is the snippet of the code:
<a href="merc.htm" target="_new_me rc" onfocusout=wind ow.close
class="left_lin k">
I have an event inside the <a> tag
onfocusout=wind ow.close
the w3 validator says there is no attribute "onfocusout "
there is no doctype declaration so the validator assumes html4
transitional
I am not able to achieve what i want: to close the window when the user
switches to different window
any ideas?
Comment