html - href tag to google maps not working in Internet Explorer -


i have href tag

<a target="blank" href="https://www.google.com/maps/search/?q=Κωστή Παλαμά, Αθήνα, Ελλάδα">we here!</a> 

which have tested in firefox, chrome , working fine. when click , navigates me correct location @ google maps. problem is not working in internet explorer. have suggestions how can make work in ie ?

thank in advance.

you need encode parameters of url. is, after ?=. can use number of online url encoders this.

try https://www.google.com/maps/search/?q=%ce%9a%cf%89%cf%83%cf%84%ce%ae%20%ce%a0%ce%b1%ce%bb%ce%b1%ce%bc%ce%ac,%20%ce%91%ce%b8%ce%ae%ce%bd%ce%b1,%20%ce%95%ce%bb%ce%bb%ce%ac%ce%b4%ce%b1.


Comments