0

enter image description here

I'm using javascript for my codes: I have this sample screenshot of my website, my problem is I don't know how to get the value (coordinates) of the text box and put it in the URL. I tried this code ' window. location = window.location + '?loc=' + document.getElementById("latlng").value; " and its adding the value in the URL but it keeps on refreshing/loading my page, what seems to be the problem? please help me. than you!

4

1 に答える 1

0

設定window.locationすると、ページが強制的にリロードされます。

ページ全体をリロードせずに地図上のピンの位置を変更するには、Google Maps APIを使用する必要があります。

于 2013-01-24T16:19:27.020 に答える