How to add external html page link with info window google m
Hi Friends,
i m creating google map application using javascript,my client requires to link aspx with in info window.
for example:
i made a 2 markers for display from database
pincode 600004 lat=13.0256 long=80.671(marker1)
pincode 600028 lat=13.457 long=80.257(marker2)
now i choose marker1 means info window ll open (deafult aspx page) it contains the information about
(marker 1)
customer sales
101 50
102 150
103 200
=========
total = 400
=========
if i m choose 600028(marker2) means ll show as the same
customer sales
103 200
104 150
=======
total = 350
=======
how to make that?