Popup window

1
2
function popupwindow(url, title, w, h) {
var top = (screen.height/2)-(h/2);
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Function to open a popup window. Particularly useful for social share dialogs.

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.