I am using a javascript command to obtain some data from users using:
var sign = window.prompt('Are you feeling lucky?'); // open the window with Text "Are you feeling lucky?"
Is there a way to style the popup that actually starts like this:
The page "file://" says: <-- could we hide this line?
Are you feeling lucky?
[ user input goes here ]
[ cancel ] [ accept ]