Q4024 How can I open a URL in a particular frame?
You are here: irt.org | FAQ | Java | Q4024 [ previous next ]
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.
©2018 Martin Webb