-
Which of the following request is used for the browser to load a URL?
-
- NPN_PostURLNotify
- NPN_GetURLNotify
- NPN_PostURL
- NPN_GetURL
- 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.