Forum : showing answer in new window
Brief description  about Online courses   join in Online courses
View SARITA  DUBEY 's Profile

showing answer in new window

how to show answer in new browser window??
Asked by SARITA DUBEY | May 28, 2010 |  Reply now
Replies (1)
View teacher siliconindia 's Profile
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