codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Using Fork in Perl  emoin at 04:42 on Saturday, January 27, 2007
 

Hi,
I am using the below mentioned code in my program wherein I would like to navigate to a page and display a message while the child process executes in the background:

if ($pid = fork) {
print <<"EOF";
<HTML>
<HEAD>
<TITLE>Thank you</TITLE>
<BODY>
<h1 align="center"> Process has been initiated </h1>
</BODY>
</HTML>
EOF
} else {
close (STDOUT);
system("/tmp_dev/emoin/processes/proc1_exec.sh" );
}
exit(0);

The process executes as needed but the status bar of Internet explorer shows the Progress of the process which is not required. How can this be eliminated??








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums








Recent Forum Threads
•  What`s wrong with this code?
•  Re: problem to populate tables dynamically
•  passing data using multiple form styles
•  Re: beginnner looping help
•  Re: how to use recursion to convert to binary....
•  time taking to render menu
•  How to measure a Web Page`s Size through javascript?
•  Re: array copy
•  Can javascript preload swf files?


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2007