In my web application I provide the user with a popup window to a rich
text document by calling window.open(). My problem is that the title of
the open window is something like
http://localhost:8080/app/images/232334.rtf. Is it possible to set this
title to something different. As Im loading what is basically a word
document instead of a html document I can't set it in the page.
Thanks
Clive
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
text document by calling window.open(). My problem is that the title of
the open window is something like
http://localhost:8080/app/images/232334.rtf. Is it possible to set this
title to something different. As Im loading what is basically a word
document instead of a html document I can't set it in the page.
Thanks
Clive
--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
Comment