Mozilla not launching after accepting License Agreement

Hi,
I have a scenario in which i execute and rsh command from Solaris to HPUX to execute a script in HPUX.
a) rsh <HPUX_SERVER_IP> /opt/launchMozilla

The script in HPUX has a command to launch the mozilla.
---BEGIN:launchMozilla-----
#!/usr/bin/ksh
HOME=/home/netmgr
export $HOME

/opt/mozilla/mozilla
---END::launchMozilla-----

On exeuting the rsh command [a] , the Mozilla License Agreement Window is launched. On accepting the License, nothing is launched. :confused:

Am confused as to why no webpage is launched after the License is accepted. :frowning:
I checked the /home/netmgr folder and did not find any .mozilla folder under it . ( i am not sure if
that is important)

Can some one help me resolve this problem .

Thanks.

does Mozilla run properly if you launch the /opt/launchMozilla script directly on the HPUX machine?

Yes it does launch correctly, when i execute from command prompt
#/opt/mozilla/mozilla

i didn't really ask for the mozilla coomand, i asked if the launchMozilla script is working properly from the command line

Yes. it will launch properly if the script is run directly from HPUX.