Skip to content

Instantly share code, notes, and snippets.

@lbernstein
Created November 16, 2011 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lbernstein/1370439 to your computer and use it in GitHub Desktop.
Save lbernstein/1370439 to your computer and use it in GitHub Desktop.
scriptNode = document.createElement('script');
scriptNode.src = dapi+"/api/v2/ip.json?key=<Your_Demandbase_Key>&callback=demandbase_parse";
scriptNode.type = 'text/javascript';
document.body.appendChild(scriptNode);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment