Question:
var w=open("","","scrollbars=0,width=200,height=100")
  var t=w.document;
Which of the following statement is correct for the above code fragment? 

A w.write("Hello"); 

B t.write("Hello"); 

C window.write("Hello"); 

D t.document.write("Hello"); 

+ Answer
+ Report
Total Preview: 872

Copyright © 2024. Powered by Intellect Software Ltd