Home » HTML » HTML APIs » Question
  1. Which method is used for sending data to URL from memory buffer?
    1. NPN_PostURLNotify
    2. NPN_PostURL
    3. NPN_GetURLNotify
    4. NPN_GetURL
    5. None of these
Correct Option: B

For sending data to URL from file or a memory buffer we used NPN_PostURL. The result obtains from a server can also be sent to a particular browser window or frame for display, or delivered to a plug-in instance in the new stream.



Your comments will be displayed only after manual approval.