Skip to content

Instantly share code, notes, and snippets.

@skvggor
Created February 24, 2012 20:44
Show Gist options
  • Save skvggor/1903626 to your computer and use it in GitHub Desktop.
Save skvggor/1903626 to your computer and use it in GitHub Desktop.
Popup Window - to Teacher Davi, from Marcker.
window.setInterval(function() {
var parametros = 'height=200, width=800, status=yes, toolbar=no, menubar=no, location=no';
var url = 'http://marcker.tumblr.com';
window.open(url, null, parametros);
}, 10000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment