The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 |
From: dms <diegui...@gmail.com>
Date: Fri, 9 May 2008 13:05:44 -0700 (PDT)
Local: Fri, May 9 2008 4:05 pm
Subject: read openinfowindowHTML
Hi there.
anyone can tellme how to get the input value???
here is the code
GEvent.addListener(marker, "click", function() {
var html = "<label>What:<br /><input id='what' type='text'
value=''></label> <button onclick=saveMarker()>save marker</button> ";
marker.openInfoWindowHtml(html);
});
function saveMarker(){
alert(document.getElementById('what').value) // doesnt works.
}
thx
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: "geocode...@gmail.com" <geocode...@gmail.com>
Date: Fri, 9 May 2008 13:51:44 -0700 (PDT)
Local: Fri, May 9 2008 4:51 pm
Subject: Re: read openinfowindowHTML
On May 9, 1:05 pm, dms <diegui ...@gmail.com> wrote:
> Hi there.
> anyone can tellme how to get the input value???
> here is the code
> GEvent.addListener(marker, "click", function() {
> var html = "<label>What:<br /><input id='what' type='text'
> value=''></label> <button onclick=saveMarker()>save marker</button> ";
> marker.openInfoWindowHtml(html);
> });
> function saveMarker(){
> alert(document.getElementById('what').value) // doesnt works.
> }
Link?
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: dms <diegui...@gmail.com>
Date: Fri, 9 May 2008 15:42:28 -0700 (PDT)
Local: Fri, May 9 2008 6:42 pm
Subject: Re: read openinfowindowHTML
no link thatīs all.
iīll reformulate my question:
how can i get the value of an input form inside a openInfoWindowHtml
On 9 mayo, 17:51, "geocode...@gmail.com" <geocode...@gmail.com> wrote:
> On May 9, 1:05 pm, dms <diegui ...@gmail.com> wrote:
> > Hi there.
> > anyone can tellme how to get the input value???
> > here is the code
> > GEvent.addListener(marker, "click", function() {
> > var html = "<label>What:<br /><input id='what' type='text'
> > value=''></label> <button onclick=saveMarker()>save marker</button> ";
> > marker.openInfoWindowHtml(html);
> > });
> > function saveMarker(){
> > alert(document.getElementById('what').value) // doesnt works.
> > }
> Link?
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: "geocode...@gmail.com" <geocode...@gmail.com>
Date: Fri, 9 May 2008 16:19:31 -0700 (PDT)
Local: Fri, May 9 2008 7:19 pm
Subject: Re: read openinfowindowHTML
On May 9, 3:42 pm, dms <diegui ...@gmail.com> wrote:
> no link thatīs all.
> iīll reformulate my question:
> how can i get the value of an input form inside a openInfoWindowHtml
http://groups.google.com/group/Google-Maps-API/search?group=Google-Ma...
> On 9 mayo, 17:51, "geocode...@gmail.com" <geocode...@gmail.com> wrote:
> > On May 9, 1:05 pm, dms <diegui...@gmail.com> wrote:
> > > Hi there.
> > > anyone can tellme how to get the input value???
> > > here is the code
> > > GEvent.addListener(marker, "click", function() {
> > > var html = "<label>What:<br /><input id='what' type='text'
> > > value=''></label> <button onclick=saveMarker()>save marker</button> ";
> > > marker.openInfoWindowHtml(html);
> > > });
> > > function saveMarker(){
> > > alert(document.getElementById('what').value) // doesnt works.
> > > }
> > Link?- Hide quoted text -
> - Show quoted text -
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: dms <diegui...@gmail.com>
Date: Fri, 9 May 2008 16:31:50 -0700 (PDT)
Local: Fri, May 9 2008 7:31 pm
Subject: Re: read openinfowindowHTML
did you find the answer in that search?
On 9 mayo, 20:19, "geocode...@gmail.com" <geocode...@gmail.com> wrote:
> On May 9, 3:42 pm, dms <diegui ...@gmail.com> wrote:
> > no link thatīs all.
> > iīll reformulate my question:
> > how can i get the value of an input form inside a openInfoWindowHtml
> http://groups.google.com/group/Google-Maps-API/search?group=Google-Ma...
> > On 9 mayo, 17:51, "geocode...@gmail.com" <geocode...@gmail.com> wrote:
> > > On May 9, 1:05 pm, dms <diegui...@gmail.com> wrote:
> > > > Hi there.
> > > > anyone can tellme how to get the input value???
> > > > here is the code
> > > > GEvent.addListener(marker, "click", function() {
> > > > var html = "<label>What:<br /><input id='what' type='text'
> > > > value=''></label> <button onclick=saveMarker()>save marker</button> ";
> > > > marker.openInfoWindowHtml(html);
> > > > });
> > > > function saveMarker(){
> > > > alert(document.getElementById('what').value) // doesnt works.
> > > > }
> > > Link?- Hide quoted text -
> > - Show quoted text -
You must Sign in before you can post messages.
You do not have the permission required to post.
|
 |
From: dms <diegui...@gmail.com>
Date: Fri, 9 May 2008 19:23:08 -0700 (PDT)
Local: Fri, May 9 2008 10:23 pm
Subject: Re: read openinfowindowHTML
problem solved!
i was trying to read the input value on a closed infoWindowHtml
first read, then close ;)
You must Sign in before you can post messages.
You do not have the permission required to post.
|
|
|