I am trying to build a web site out of standalone pages that are
called from a top level page.
When I call a sub-page, they return immediately. How do I prevent
this.
For instance, I have a main page that looks like this:
[- do some processing
execute sub page sending fdat in as parameter so I can get
results back.
do some processing
execute sub page sending fdat in again.
.
.
.
-]
Each sub page is a standalone unit, typically a form with data
checking, where the form calls the same page to do the checking
(similar to neu.htm example shipped with EmbPerl).
After the data checking is completed, THEN it should return to the
calling page, not before.
How do I set this up? I want to make very modular web sites this
way.
Scott
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]