|
|
Q4024 How can I open a URL in a particular frame?
irt.org | Knowledge Base | Java | Q4024 [ previous next ] Q4024 How can I open a URL in a particular frame?Same as above just use showDocument(URL, target), where target is the name of the frame to display the document in. "_self", "_parent", "_top", and "_blank" are also valid target names. |
-- div -->
|