mjxnjx
August 16th, 2002, 02:54 PM
Hey Gurus,
You know how the menu changes when you view a WORD document on your browser? Instead of the normal browser menu you get the options for WORD, like SAVE, DRAW TABLE, and all that stuff?
Ok, well, how do you get it to change if you put the WORD document in a FRAME? For example:
<FRAMESET rows='10%,10%,*'>
<FRAME NAME='TOOL1' SRC='TOOL1.HTM'>
<FRAME NAME='TOOL2' SRC='TOOL2.HTM'>
<FRAME NAME='WORD' SRC='WORD.DOC'>
</FRAMESET>
Now I don't get all the great options from the menu. How do I tell the browser to use the menu from WORD like it does when it's alone?
Gracias!
You know how the menu changes when you view a WORD document on your browser? Instead of the normal browser menu you get the options for WORD, like SAVE, DRAW TABLE, and all that stuff?
Ok, well, how do you get it to change if you put the WORD document in a FRAME? For example:
<FRAMESET rows='10%,10%,*'>
<FRAME NAME='TOOL1' SRC='TOOL1.HTM'>
<FRAME NAME='TOOL2' SRC='TOOL2.HTM'>
<FRAME NAME='WORD' SRC='WORD.DOC'>
</FRAMESET>
Now I don't get all the great options from the menu. How do I tell the browser to use the menu from WORD like it does when it's alone?
Gracias!