L
laptop
in ms-word-2000, have created a document with 3 frames.
i click a button in frame1 to load a word-doc into frame2.
i click on a hyperlink in frame2 which load into frame3.
i cannot seem to refer directly to the frames by name when i desire, and so
am forced to refer the them via the panes-object.
my misfortune occurs in that the same pane-index# changes its mind as to
which frame it refers to and i have things loading into the wrong frame.
ActiveWindow.Panes(2).Frameset.FrameDefaultURL = "c:\test.doc"
this loads the test document into different frames throughout the
application
what's up with the panes ?
mike g
i click a button in frame1 to load a word-doc into frame2.
i click on a hyperlink in frame2 which load into frame3.
i cannot seem to refer directly to the frames by name when i desire, and so
am forced to refer the them via the panes-object.
my misfortune occurs in that the same pane-index# changes its mind as to
which frame it refers to and i have things loading into the wrong frame.
ActiveWindow.Panes(2).Frameset.FrameDefaultURL = "c:\test.doc"
this loads the test document into different frames throughout the
application
what's up with the panes ?
mike g