当前位置:
代码迷
>>
HTML/CSS
>> map area 确定图片区域后,想点击之后传递参数到另一界面,该如何避免
详细解决方案
map area 确定图片区域后,想点击之后传递参数到另一界面,该如何避免
热度:
646
发布时间:
2012-04-08 14:38:30.0
map area 确定图片区域后,想点击之后传递参数到另一界面,该如何处理?
有一段代码:<area shape="rect" coords="125,133,210,160" href="value.jsp" alt="" />
想跳转到 value.jsp上的时候,传递一个参数过去,不知道如何处理
谢谢!
------解决方案--------------------
<area shape="rect" coords="125,133,210,160" href="value.jsp?name=value" alt="" />
查看全文
相关解决方案
图像热点(<map>标签)内的<area coords="211,46,275,113">这样的,是相对位置还是绝对位置呢?该怎么解决
在自定义窗口中显示报表预览,为何点一下报表,出现“no table is open in the current work area”呢,该怎么解决
HTML <地图> <area>
map area 确定图片区域后,想点击之后传递参数到另一界面,该如何避免
新手$("area[name=值]")
ORA-04031: unable to allocate 32 bytes of shared memory ("shared pool""insert into AppLog nolo.""sql area""kglhin: temp"),该如何解决
show sga;后的Fixed Size加上Variable Size,为什么不等于Total System Global Area?解决思路
hdu2528 Area 直线与多边形交点
微信小程序的safe-area-inset-bottom (IOS 底部适配)
每天一道面试题(6)--栈(stack)堆(heap)方法区(method area)
B - Minimal Area Gym - 101755B
JVM摘要--Heap和Method Area
HDU--1071--the area
思维 csu1697 Surface Area of Cubes
poj-1265-Area-pick定理
定义信贷控制范围(Credit Control Area)
HTML area 标签
poj1389 Area of Simple Polygons
No model is available for preview. please drag a model into this preview area.
按如下要求编写Java程序: (1)定义接口A,里面包含值为3.14的常量PI和抽象方法double area()。 (2)定义接口B,里面包含抽象方法void setColor(String c
poj 4022 ASCII Area dfs求二维面积
poj 3940 Grey Area 浮点输出控制
poj 2546 Circular Area 两圆面积交
Leetcode No.223 Rectangle Area 判断矩形相交