need help with perl!!! pls help!!!

rT10

Member
Aug 4, 2001
180
0
0
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 ?
 

Rias

Member
Aug 23, 2002
101
0
0
That's not a Perl question, what you are looking for is probably Javascript (window.open)
 

Rias

Member
Aug 23, 2002
101
0
0
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.