Test Status
      JSJQUERYRANDOMTEST
      (A) ENABLE_TAINT
      (B) MS_ENABLE_TAINT
      (C) NS_ENABLE_TAINT
      (D) ENABLE_TAINT_NS
      (A) language
      (B) script
      (C) version
      (D) none of the above
      (A) <script href=" abc.js">
      (B) <script name=" abc.js">
      (C) <script src=" abc.js">
      (D) None of the above
      (A) .hover()
      (B) stopPropagation()
      (C) .toggle()
      (D) .trigger()
      (A) Microsoft
      (B) Navigator
      (C) LiveWire
      (D) Native
      (A) parent()
      (B) parents()
      (C) ancestor()
      (D) ancestors()
      (A) Storing numbers, dates, or other values
      (B) Varying randomly
      (C) Causing high-school algebra flashbacks
      (D) None of the above
      (A) <SCRIPT LANGUAGE="JavaScriptVersion">
      (B) <SCRIPT LANGUAGE="JavaScriptVersion">
      (C) <SCRIPT LANGUAGE="JavaScriptVersion">JavaScript statements</SCRIPT>
      (D) <SCRIPT LANGUAGE="JavaScriptVersion"!> JavaScript statements</SCRIPT>
      (A) function [name]([param1] [, param2] [..., param3]){ statements }
      (B) var [name] = function ([param1] [, param2] [..., param3]){ statements }
      (C) new Function (arg1, arg2, ... argN, functionBody)
      (D) All of the above
      (A) do while
      (B) for
      (C) for each
      (D) None of these
      (A) Validating a form
      (B) Sending a form's contents by email
      (C) Storing the form's contents to a database file on the server
      (D) None of the above
      (A) Alternate java script and XML
      (B) Asynchronous java script and XML
      (C) Asynchronous java and XML
      (D) None of these
      (A) The User's machine running a Web browser
      (B) The Web server
      (C) A central machine deep within Netscape's corporate offices
      (D) None of the above
      (A) ["agra", "akot", "aligarh", "delhi"]
      (B) ["delhi", "agra", "akot", "aligarh"]
      (C) ["aligarh", "agra", "akot", "delhi"]
      (D) ["akot", "agra", "delhi", "aligarh"]
      (A) getCSSHeight( )
      (B) getHeight( )
      (C) outerHeight( [margin] )
      (D) None of the above.