Home » HTML » HTML APIs » Question
  1. Which of the following request is used for the browser to load a URL?
    1. NPN_PostURLNotify
    2. NPN_GetURLNotify
    3. NPN_PostURL
    4. NPN_GetURL
    5. None of these
Correct Option: D

NPN_GetURL is a request for the browser to load a URL into a particular frame for display or browser window, or for delivering data of that URL to the plug-in instance in a new stream. NPN_PostURLNotify function notifies plug-in of a result when an operation completes.



Your comments will be displayed only after manual approval.