Search completed in 1.22 seconds.
20 results for "NPN_GetURL":
Your results are loading. Please wait...
NPN_GetURL - Archive of obsolete content
syntax #include <npapi.h> nperror npn_geturl(npp instance, const char* url, const char* target); parameters the function has the following parameters: instance pointer to the current plug-in instance.
...use with npn_geturl() only if you want to terminate the plug-in.
... description npn_geturl() is used to load a url into the current window or another target or stream.
...And 4 more matches
NPN_GetURLNotify - Archive of obsolete content
syntax #include <npapi.h> nperror npn_geturlnotify(npp instance, const char* url, const char* target, void* notifydata); parameters the function has the following parameters: instance pointer to the current plug-in instance.
...for values, see npn_geturl().
... description npn_geturlnotify() works just like npn_geturl(), with one exception: npn_geturlnotify() notifies the plug-in instance upon successful or unsuccessful completion of the request by calling the plug-in's npp_urlnotify() function and passing it the notifydata value.
...And 3 more matches
URLs - Plugins
getting urls posting urls getting urls to retrieve a url and display it on a specified target page, use the npn_geturl, npn_geturlnotify, and npp_urlnotify functions.
... the plug-in uses the npn_geturl function to ask the browser to display data retrieved from a url in a specified target window or frame, or deliver it to the plug-in instance in a new stream.
...to request a stream and receive notification of the result in all cases, use npn_geturlnotify.
...And 20 more matches
NPP_URLNotify - Archive of obsolete content
url url of the npn_geturlnotify() or npn_posturlnotify() request that has completed.
... notifydata plug-in-private value for associating a previous npn_geturlnotify() or npn_posturlnotify() request with a subsequent npp_urlnotify() call.
... description the browser calls npp_urlnotify() after the completion of a npn_geturlnotify() or npn_posturlnotify() request to inform the plug-in that the request was completed and supply a reason code for the completion.
...And 2 more matches
NPN_PostURL - Archive of obsolete content
for values, see npn_geturl.
... description npn_posturl works similarly to npn_geturl, but in reverse.
... npn_geturl reads data from the url and either displays it in the target window or delivers it to the plug-in.
...see also npn_geturl, npn_geturlnotify, npn_posturlnotify, npp ...
NPN_PostURLNotify - Archive of obsolete content
for values, see npn_geturl.
...see npn_geturl for information about this parameter.
... see also npn_geturl, npp_urlnotify, npn_posturl ...
Index - Archive of obsolete content
3642 npn_geturl api, gecko, npapi, plugins, reference asks the browser to create a stream for the specified url.
... 3643 npn_geturlnotify npapi, plugins requests creation of a new stream with the contents of the specified url; gets notification of the result.
NPN NewStream - Archive of obsolete content
for values, see npn_geturl.
...for parameter values and information about how to use them, see npn_geturl.
NPP_NewStream - Archive of obsolete content
a plug-in can also request a stream with the function npn_geturl.
... see also npn_newstream, npp_streamasfile, npp_write, npp_writeready, npp_destroystream, npn_requestread, npstream, npn_geturl ...
NPStream - Archive of obsolete content
notifydata used only for streams generated in response to a npn_geturlnotify or npn_posturlnotify request.
... for these streams, notifydata is set to the value of the notifydata parameter to npn_geturlnotify or npn_posturlnotify.
NPAPI plugin reference - Archive of obsolete content
npn_geturl asks the browser to create a stream for the specified url.
... npn_geturlnotify requests creation of a new stream with the contents of the specified url; gets notification of the result.
Plug-in Development Overview - Gecko Plugin API Reference
use npn_geturl to request the browser to load a url into a particular browser window or frame for display, or to deliver the data of that url to the plug-in instance in a new stream.
... the npn_geturlnotify function operates like npn_geturl, except that it notifies the plug-in of the result when the operation completes.
Browser Side Plug-in API - Plugins
npn_geturl asks the browser to create a stream for the specified url.
... npn_geturlnotify requests creation of a new stream with the contents of the specified url; gets notification of the result.
Plug-in Development Overview - Plugins
use npn_geturl to request the browser to load a url into a particular browser window or frame for display, or to deliver the data of that url to the plug-in instance in a new stream.
... the npn_geturlnotify function operates like npn_geturl, except that it notifies the plug-in of the result when the operation completes.
Gecko Plugin API Reference - Plugins
npn_geturl asks the browser to create a stream for the specified url.
... npn_geturlnotify requests creation of a new stream with the contents of the specified url; gets notification of the result.
Index of archived content - Archive of obsolete content
nt npidentifier npn newstream npnvariable npn_createobject npn_destroystream npn_enumerate npn_evaluate npn_forceredraw npn_getauthenticationinfo npn_getintidentifier npn_getproperty npn_getstringidentifier npn_getstringidentifiers npn_geturl npn_geturlnotify npn_getvalue npn_getvalueforurl npn_hasmethod npn_hasproperty npn_identifierisstring npn_intfromidentifier npn_invalidaterect npn_invalidateregion npn_invoke npn_invokedefault npn_memalloc npn_memflush npn_memfree ...
Browser-side plug-in API - Archive of obsolete content
npn_destroystream npn_forceredraw npn_getauthenticationinfo npn_geturl npn_geturlnotify npn_getvalue npn_getvalueforurl npn_invalidaterect npn_invalidateregion npn_memalloc npn_memflush npn_memfree npn_newstream npn_pluginthreadasynccall npn_poppopupsenabledstate npn_posturl npn_posturlnotify npn_pushpopupsenabledstate npn_reloadplugins npn_requestread npn_setvalue npn_setvalueforurl npn_status npn_useragent npn_version npn_write ...
NPN_GetAuthenticationInfo - Archive of obsolete content
unless the plugin has special networking needs, it is recommended to use the standard network apis, such as npn_geturlnotify/npn_posturlnotify.
nsIPluginHost
(corresponds to npn_geturl and npn_geturlnotify.) posts to a url with post data and/or post headers.
Streams - Plugins
note: a plug-in can also use the npn_geturl method to request a stream for an arbitrary url.