You could try the JScript window.open method:
window.open( url, name, (opts, (replace)))
example: window.open("
http://www.msn.com", "",
"width=300,height=800")
There are more options, but I these two I remember.
--
-- This posting is provided "AS IS" with no
-- warranties, and confers no rights.
--
-- Please do not send e-mail directly to this alias.
---This alias is for newsgroup purposes only.
--
Hi Tiago,
Thanks for the response. This works, but I was
wondering if we could pass the window size parameters
directly. 'cause I have to pass the url as hyperlink
in a word document, so I can't program it.
Thanks again,
Alice