RE: Removing print statements from cgi script
- From: cclarkson@xxxxxxxxxx (Charles K. Clarkson)
- Date: Fri, 30 Jun 2006 08:54:53 -0500
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.
.
- References:
- Removing print statements from cgi script
- From: Mike Martin
- Removing print statements from cgi script
- Prev by Date: Removing print statements from cgi script
- Next by Date: Re: "Misses" in a loop
- Previous by thread: Removing print statements from cgi script
- Next by thread: renaming files
- Index(es):
Relevant Pages
|