Hi Sarita,
What we actually expected is, to use 'document.write('Hello world');' inside any event, which will show result in new screen, or else u can define one screen and display the result there.
Eg:
myWindow=window.open('','','width=200,height=100');
myWindow.opener.document.write("<p>Hello world!</p>");
Regards,
Vishwanath M S
May 31, 2010