Skip to content

Instantly share code, notes, and snippets.

@rcstr
Created June 4, 2013 16:00
Show Gist options
  • Save rcstr/5707139 to your computer and use it in GitHub Desktop.
Save rcstr/5707139 to your computer and use it in GitHub Desktop.
popoup.js
window.uknowGeofence = function() {
newwindow = window.open('/app2/webservice/api/v1/pages/map/geofence/','Geofence','height='+screen.availHeight+',width='+screen.availWidth);
if (window.focus) {newwindow.focus();}
return false;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment