我有asp.net中的文本框,我寫的地址。谷歌地圖參數不顯示
在linkbutton下面我想把它指向goole地圖。
我有下面的文本框:
<asp:TextBox ID="txtJobAddress" runat="server" TextMode="MultiLine" Width="95%" Height="20px"
onBlur="javascript:saveChanges('JobAddress');"></asp:TextBox>
的LinkButton如下:
<a href="http://maps.google.com/maps?q=<%=txtJobAddress.Text%>" target="_blank">
<img src="images/gmap_button.gif" alt="Map" />
</a>
但是當其通過錨標記,它沒有趕上 「q」 參數來得到指導。
其捐贈爲:
https://www.google.com/maps/preview?q=
爲什麼它沒有利用價值:
<%=txtJobAddress.Text%>
請幫助我,我怎麼能在此附上文本字符串中
http://maps.google.com/maps?q= <%= txtJobAddress .Text%>
如下
http://maps.google.com/maps?q=NewYork