1.

Which of the following request is used for the browser to load a URL?(a) NPN_GetURL(b) NPN_PostURL(c) NPN_PostURLNotify(d) NPN_GetURLNotifyI had been asked this question during an interview.This question is from HTML Plugins in portion Advance HTML of HTML

Answer»

The CORRECT answer is (a) NPN_GetURL

The EXPLANATION is: 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.



Discussion

No Comment Found

Related InterviewSolutions