Re: [Libcgi-general] Help me in sending data from one CGI to ANOTHER CGI file
Brought to you by:
rafaelsteil
From: Elf K. <el...@go...> - 2005-06-07 02:28:09
|
One way is to create a new form which autosubmits using javascript and a bunch of hidden inputs the other way is to rewrite the second cgi so that it's split into a back end processor and a simple cgi front end use the first cgi to call the back end directly and by pass the first cgi.. This is the better way btw, because it's completely server side. kishan gelli wrote: >hello, > I am doing a program which dynamically loads a >cgi binary file which consists of inputing data ,after >inputing data and do some manipulations to data then >send the resulted output to the next cgi binary file >and display the manipulated data... >Please give me tips and suggestions on how to do this >method of process... I am waiting for reply from all >of you,please help me in doing this.. > >thank you, >kishan.. > > > >__________________________________ >Discover Yahoo! >Get on-the-go sports scores, stock quotes, news and more. Check it out! >http://discover.yahoo.com/mobile.html > > >------------------------------------------------------- >This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput >a projector? How fast can you ride your desk chair down the office luge track? >If you want to score the big prize, get to know the little guy. >Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20 >_______________________________________________ >Libcgi-general mailing list >Lib...@li... >https://lists.sourceforge.net/lists/listinfo/libcgi-general > > |