logo       
Google Custom Search
    AddThis Social Bookmark Button

Re: Calling one app from another: msg#00026

Subject: Re: Calling one app from another
On Thu, 15 Jul 2004, Sabherwal, Balvinder (MBS) wrote:

> I have 2 C::A that I need to link. What I need is that from app a I want to
> create a link which calls the app b but skip the run mode 1 and go to run
> mode 2. Any pointers as how can I do that?

A link with a GET param works:

  <a href="/cgi2.pl?rm=mode2">

Or you can setup a little form and submit it with Javascript:

  <form action=cgi2.pl>
     <input type=hidden name=rm value=mode2>
  </form>

-sam

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@xxxxxxxxxxxxxxxxx/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: cgiapp-unsubscribe@xxxxxxxxxxxxxxxxx
For additional commands, e-mail: cgiapp-help@xxxxxxxxxxxxxxxxx





Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>