in reply to Re: Partial reloads of a page \ script ?
in thread Partial reloads of a page \ script ?

G'day all (just identified - sorry)

OK, tried that... it *almost* works, except the form cannot be submitted using the POST method. (Is this a server configuration issue or it just cannot be so ?) I was wanting to use POST as a method specifically, rather than GET.
Is this possible ?

Cheers in advance
  • Comment on Re: Re: Partial reloads of a page \ script ?

Replies are listed 'Best First'.
Re: Re: Re: Partial reloads of a page \ script ?
by IlyaM (Parson) on Aug 28, 2002 at 11:01 UTC
    It is impossible. Content of POST (contrary to query string in GET requests) is not passed to scripts called via SSI.

    --
    Ilya Martynov (http://martynov.org/)