Hi all,
I inherented a web app and on the login page at the bottom was this bit of code. I don't know what is was doing, but I do know it was not allwoing the user to tab to the submit button and click it. The user would get an error.
When I removed this everything works fine.
What is this doing, Thanks,
<map name="Map">
<area shape="RECT" coords="11,18,371,72" href="default.aspx"alt="" />
</map>
Ordinary Programmer
I inherented a web app and on the login page at the bottom was this bit of code. I don't know what is was doing, but I do know it was not allwoing the user to tab to the submit button and click it. The user would get an error.
When I removed this everything works fine.
What is this doing, Thanks,
<map name="Map">
<area shape="RECT" coords="11,18,371,72" href="default.aspx"alt="" />
</map>
Ordinary Programmer