> How do I send output to a specified window other than the one I run my > script from? > > For that matter how to I specify which window anything happens in other > than the window I run my script from? >
Perl don't handle this. You'll do this with HTML or Javascript. <a href.... target=_new (or _temp)>...</a> <form action=.. method=.. target=_new>...</form> Rgds, Connie -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]