Re: Listener action to cause browser reload
Thanks guys. Unfortunately, js is not my strength (actually try to
avoid it whenever possible)
no luck.
have tried:
GEvent.addListener(marker0, "click", function() {
marker0.window.location=("http://www.onestops.info/maps_demo/index.php?state=TN");
});
var point1 = new GPoint(-154.94,62.91)
;
and
GEvent.addListener(marker0, "click", function() {
marker0.window.load=("http://www.onestops.info/maps_demo/index.php?state=TN");
});
var point1 = new GPoint(-154.94,62.91)
;
and
GEvent.addListener(marker0, "click", function() {
marker0.window.assign=("http://www.onestops.info/maps_demo/index.php?state=TN");
});
var point1 = new GPoint(-154.94,62.91)
;
none do anything.
i'm starting to think ajax is the only option
0 Comments:
Yorum Gönder
<< Home