what about returning the http no response code 204. as in

print $query->header('text/html','204 No response');

will trillich wrote:

> Pierre-Yves BONNETAIN wrote:
> >
> >    Hello,
> >
> >    For my server, I need to write some script that will be 'regularly'
> > triggered (GET or POST), but that will NOT send the user to another page. The
> > user must stay on the same page he is, without ANY html being exchanged as
> > a result of the script.
> >    This will be used to change parameters on the user's session, but since
> > those params will not affect the page the user is currently looking at, there
> > is no need to send HTML back.
> >    So, 1/ can it be done ? 2/ How ?
>
> www.macconnection.com or www.pcconnection.com do a nice job of this.
> see any of their 'smart selectors'... every time you select a menu
> option, the number of items 'found' by the /server/ scripts, based on
> the users' new parameters, pop up into a text box. very slick.
>
> -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
> Their is five errers in this sentance.




--
Jeff Saenz
[EMAIL PROTECTED]


Reply via email to