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/[EMAIL PROTECTED]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to