注册 登录
编程论坛 ASP技术论坛

关于数据的问题大家看看

zs58477 发布于 2007-08-20 11:37, 339 次点击

我有一张图片,还有一个数据库,我想在图上标几个点,在打开页面的时候把几个点的数据读书来,这个怎么弄啊

1 回复
#2
xinzheng2007-08-20 12:23
回复:(zs58477)关于数据的问题大家看看

图像地图

<map name="Map">
<area shape="rect" coords="2,93,98,128" href="index.asp">
<area shape="rect" coords="106,94,196,127" href="intro.asp">
<area shape="rect" coords="204,92,293,126" href="news.asp">

<area shape="rect" coords="303,94,393,129" href="product.asp">
<area shape="rect" coords="404,95,492,127" href="gbook.asp">
<area shape="rect" coords="516,94,586,125" href="contact.asp">
</map>


1