Opening a new Window from a Word Document in an IFrame
-
I am having an issue with an IFrame at the moment. The IFrame contains a word document with a link inside of it and I need it to open up a new window when someone clicks on the link. I went to several different sources to figure out an anwser. I am using the Hyperlinks.Add property and it contains 6 paramaters. The last parameter is suppose to contain the target window or from the link is supposed to link to. From all the sources I have read I should be able to put a "_blank" in that parameter and should open a new window just fine. However this does not work. Any suggestions? Brett A. Whittington Application Developer
-
I am having an issue with an IFrame at the moment. The IFrame contains a word document with a link inside of it and I need it to open up a new window when someone clicks on the link. I went to several different sources to figure out an anwser. I am using the Hyperlinks.Add property and it contains 6 paramaters. The last parameter is suppose to contain the target window or from the link is supposed to link to. From all the sources I have read I should be able to put a "_blank" in that parameter and should open a new window just fine. However this does not work. Any suggestions? Brett A. Whittington Application Developer
Just to clarify a bit..is the link inside the word document or just in the IFrame (but outside the word doc)? "Half this game is ninety percent mental." - Yogi Berra If you can read thank a teacher, if you can read in English, thank a Marine.
-
Just to clarify a bit..is the link inside the word document or just in the IFrame (but outside the word doc)? "Half this game is ninety percent mental." - Yogi Berra If you can read thank a teacher, if you can read in English, thank a Marine.
The link is inside the word document. Brett A. Whittington Application Developer