Instance Method インスタンスメソッド

webPlugInContainerLoadRequest:inFrame:

Loads a URL into a web frame.

Declaration 宣言

- (void)webPlugInContainerLoadRequest:(NSURLRequest *)request 
                              inFrame:(NSString *)target;

Parameters パラメータ

request

The request that specifies the URL.

target

The frame into which the URL is loaded.

Discussion 解説

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.

See Also 参照

Performing actions on the enclosing container