R rT10 Member Aug 4, 2001 180 0 0 Sep 15, 2002 #1 I am creating a formmail script and I want to display the submitted data on a new pop-up window. Any1 know the command to open a new window in perl ?
I am creating a formmail script and I want to display the submitted data on a new pop-up window. Any1 know the command to open a new window in perl ?
R Rias Member Aug 23, 2002 101 0 0 Sep 15, 2002 #2 That's not a Perl question, what you are looking for is probably Javascript (window.open)
R rT10 Member Aug 4, 2001 180 0 0 Sep 15, 2002 #3 Oh I know that ... is there anyway to do it in perl at all ?
R Rias Member Aug 23, 2002 101 0 0 Sep 15, 2002 #4 Perl is serverside. Opening a window is clientside. So; no. You can output Javascript that will open a new window from perl, but that is a completly different thing.
Perl is serverside. Opening a window is clientside. So; no. You can output Javascript that will open a new window from perl, but that is a completly different thing.