- webPlugInContainerShowStatus:
Tells the container to show a status message.
Availability
Technology
- (void)webPlugInContainerLoadRequest:(NSURLRequest
*)request
inFrame:(NSString
*)target;
request
The request that specifies the URL.
target
The frame into which the URL is loaded.
If the frame specified by target
is not found, a new window is opened, loaded with the URL request, and given the specified frame name. If target
is nil
, the frame enclosing the plug-in is loaded with the URL request.
- webPlugInContainerShowStatus: