将备用属性传递为GET

时间:2013-04-25 23:02:52

标签: forms http input get

我有以下输入:

<input id="whereInput" type="text" name="where" placeholder="around..." geodata="-73.6050237,45.5511518" value="Current Location">

我想将地理数据作为值传递给get参数,但不是它的值。

换句话说,我想where=-73.6050237,45.5511518而不是where=Current%20Location

谢谢,

1 个答案:

答案 0 :(得分:1)

将您实际想要提交的值存储在具有不同名称的隐藏输入中。

如果提交的值是“当前位置”,则改为从其他字段读取数据。