|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You don't need a fax machine to get faxes. Get a fax-to-email fax number from CallWave. Try it free.
|
|
#1
|
|||
|
|||
|
I have written a perl program which does some functions, in a pop up window. But I want to close the window after all the processes. I use javascript and I know how to close using "window.close()" function; But how will I do it through perl program? Any help will be appreciated. |
|
#2
|
|||
|
|||
|
What about having the script print
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre><SCRIPT>window.close()</SCRIPT>[/quote] when everything has finished? Lemming |
|
#3
|
|||
|
|||
|
use this lines in ur perl program
print qq!<script> window.close() </script>!; ------------------ Ajay Lulia. |
|
#4
|
|||
|
|||
|
I want to know how to close the pop up window. "window.close()" closes the current window. Mostly when the perl script is called,one is not targeting any window or html file. How should I activate any particular html file's javascript.
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Perl Programming > How do I close the current window. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|