var w = null; function popup(p, w, h, s) { l = (screen.width) ? (screen.width-w)/2 : 0; t = (screen.height) ? (screen.height-h)/2 : 0; t = 'height='+h+', width='+w+', top='+t+', left='+l+', scrollbars='+s+', resizable'; w = window.open(p, '', t); } |
<A HREF="javascript:popup('com-display.php?id=ARTICLE_ID&cid=COMMENT_ID','452','360','yes')" OnMouseOver="window.status='Click to read/reply';return true" OnMouseOut="window.status='';return true"> |
<HTML><BODY OnLoad="javascript:parent.opener.document.location='index.php?id=ARTICLE_ID';window.close()"> </BODY></HTML> |