a simple jquery popup script?
http://plugins.jquery.com/projec…
$(document).ready( function() {
$('a.popmeup').click( function() { window.open( $(this).attr('href') ); return false; });
});
thanks!
Use this if you want to modify the window that openshttp://www.w3schools.com/htmldom…