Thanks Peter adding the post method was the right answer i'll take a look at
the TCPtrace too, looks like it could be handy.
Appreciate the help,
Mike


"Peter Cooper" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Mike
>
> you have
> <form name="Dictate" action="NewDictate.csp">
>
> could it be that it's doing a form GET rather than a form POST
>
> try
> <form name="Dictate" action="NewDictate.csp" method="post">
>
>
> you could always try TCPtrace www.pocketsoap.com to actually see whats
> going on
>
> or examine the %request.Method in Cache
>
> Peter
>



Reply via email to