in reply to Re: By Passing
in thread By Passing

Hey, Thanks for your response. I've done that will other sites, but what if there is no action in the form tag (i.e, <form>). I guess that what i'm trying to do is to write a function or subroutine that will pass in the parameters and submit the form. I don't know if this will be possible. Thanks, Kiko

Replies are listed 'Best First'.
RE: RE: Re: By Passing
by le (Friar) on Jun 16, 2000 at 23:43 UTC
    If there is no action in the form tag, there parameters are sent back to the same script.
      Which, by the way, can be pretty darn handy for re-using HTML amongst different scripts.

      --Chris