ionutdinulescu
Programmer
hello
I have 2 frames: Contents and WordFrame;
I press a button in the Contents frame which shows a word document in the WordFrame:
parent.WordFrame.location.href='myDoc.doc'
This works for IE 5.0 and 6.0, but 5.5 shows my document in a new window.
I think the problem comes when IE has to run WinWord, because it's working fine when I want to display a regular html/asp/...
Can you show me some code that solves the problem with every IE ?
Is there a setting in IE5.5 that can solve this ?
I have 2 frames: Contents and WordFrame;
I press a button in the Contents frame which shows a word document in the WordFrame:
parent.WordFrame.location.href='myDoc.doc'
This works for IE 5.0 and 6.0, but 5.5 shows my document in a new window.
I think the problem comes when IE has to run WinWord, because it's working fine when I want to display a regular html/asp/...
Can you show me some code that solves the problem with every IE ?
Is there a setting in IE5.5 that can solve this ?