I’m trying to create a button that will open a window to google maps but no matter what syntax I use, the button does nothing so I’m assuming I have an error somewhere but I have no idea where. Any suggestions would be greatly appreciated.
$googleMapButton = ‘<td> <INPUT TYPE=“button” value=“Google Map Location” onclick="window.open("https://maps.googleapis.com/maps/api/geocode/json?latlng=40.714224,-73.961452&key=MyKey");" </td>’;