Positioning java script prompt window

HelloI want to place my javascript prompt window in the center 'of the screen please help me regarding this

Currently on pressing a button my prompt window comes at the top left corner of the screen

iam using

var answer = prompt(“Please enter your comments”,“type your comments here”);

Subject: positioning java script prompt window

don’t think that this box can be positioned.You will need to program your own prompt

box using a form and a window.open

to position it.