This seems to simple to be your solution. Anyhow, you dont need to create any kind of object for this, use a regular anchor tag:
<a href="http://domainName.suffix/dirName/docName.doc" title="Open word doc in new window" target="_blank">Open Doc</a>
The:
target="_blank">
will open the doc in a new window. Remove this if you want to open it in the same window.
Wind is your friend
Matt
|