I am trying to create some javascript that will display the country from a url within an email. What it will do is grab some text from the IPInfoDB website (http://ipinfodb.com/ip_location_api.php) and display in the email. I'm using a DNN module that has a token that already grabs the IP of the sender. It looks like I need to use document.write, but not sure how to put that all together. Tried using PHP but the module doesn't allow it, and iframe but it removes this when sending through email. Any Help would be appreciated.
Asked
Active
Viewed 61 times
1
-
I don't think you can execute JS in email. – Vinod Kumar Jun 01 '15 at 14:01