i an using a popup window script, but it always pops up on the top left! how would i get it to pop up in centre?
Here is the code in the head section of page:
And in the body section:Code:<SCRIPT language="JavaScript">
<!--hide
function newwindow()
{
window.open('sendmessage.php','jav','width=550,height=400,resizable=no');
}
//-->
</SCRIPT>
Code:<br>"[<a href=\"javascript:newwindow()\" >Send Message</a>] ";
