Mike Martin wrote:

: Does anyone know if its possible to remove data printed from a
: web-page created from cgi.pm depnding on the effect of a
: sub-routine.

    Not from the server. It may be possible to do this with
javascript or with AJAX. Search Google for details on AJAX.

: 
: ie:
: 
: I print the header and a selection form which then runs a sub
: - is it posible to replace the contents without loading a new
: web-page

    After you print the page, your script stops running. Each
time you submit a form you may start the script again. It is
not one continuous script, even though it sometimes appears
that way to the user.


HTH,

Charles K. Clarkson
-- 
Mobile Homes Specialist
Free Market Advocate
Web Programmer

254 968-8328

Don't tread on my bandwidth. Trim your posts.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to