我想在单击图片时在图像上方显示一个文本框。
<!DOCTYPE html>
<html>
<body>
<h2>Harta Reghinului</h2>
<img src="harta.jpg" height="800" width="1600" usemap="LocuriDeColectare">
<map name="LocuriDeColectare">
<area shape="circle" coords="500,500,50">
</map>
</body>
</html>
什么功能或应该在哪里记录,请至少给我一些链接,我找不到合适的东西。谢谢!