Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I don't know what this is doing

Status
Not open for further replies.

kss444

Programmer
Sep 19, 2006
306
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top