Correct Answer: Silverlight 1 is purely AJAX and JavaScript based All the code has to be written in JavaScript and XAML Silverlight 2 supports managed code When the Silverlight 2 runtime is installed, it installs a limited version of the NET runtime on the client machine
Correct Answer: Use documentforms[0]submit(); (0 refers to the index of the form ? if you have more than one form in a page, then the first one has the index 0, second has index 1 and so on)
Correct Answer: I/O operations like reading or writing a file is not possible with client-side javascript However , this can be done by coding a Java applet that reads files for the script
Correct Answer: This depends on the user's browser and OS In the case of Netscape with Windows OS,all the cookies are stored in a single file called cookiestxt c:\Program Files\Netscape\Users\username\cookiestxt In the case of IE,each cookie is stored in a separate file namely username@websitetxt c:\Windows\Cookies\username@Websitetxt