[docs] docs - danb modified icfaq.sdf

docs@interchange.redhat.com docs@interchange.redhat.com
Mon Jun 10 23:19:01 2002


User:      danb
Date:      2002-06-11 03:18:04 GMT
Modified:  .        icfaq.sdf
Log:
* New FAQ:  "Where is process.html?"

Revision  Changes    Path
1.12      +16 -2     docs/icfaq.sdf


rev 1.12, prev_rev 1.11
Index: icfaq.sdf
===================================================================
RCS file: /var/cvs/docs/icfaq.sdf,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- icfaq.sdf	8 Jun 2002 19:15:41 -0000	1.11
+++ icfaq.sdf	11 Jun 2002 03:18:04 -0000	1.12
@@ -1,10 +1,10 @@
 !init OPT_LOOK="akopia"; OPT_STYLE="manual"
-# $Id: icfaq.sdf,v 1.11 2002/06/08 19:15:41 danb Exp $
+# $Id: icfaq.sdf,v 1.12 2002/06/11 03:18:04 danb Exp $
 
 !define DOC_NAME "Frequently Asked Questions"
 !define DOC_TYPE ""
 !define DOC_CODE "icfaq"
-!define DOC_VERSION substr('$Revision: 1.11 $',11, -2)
+!define DOC_VERSION substr('$Revision: 1.12 $',11, -2)
 !define DOC_STATUS "Draft"
 !define DOC_PROJECT "Interchange"
 !define DOC_URL "http://interchange.redhat.com/doc/icfaq.html"
@@ -1788,6 +1788,20 @@
 H2: What does the "mv_pc" variabled added to every URL mean?
 
 Its purpose is to make each link unique so that users behind a proxy (e.g. AOL) will not have dynamic content cached. 
+
+H2: Where is process.html?
+
+(Answered by Ed LaFrance)
+
+It is in the guts of Interchange. The [process] form action tells interchange
+to process the posted form vars according to the action set with mv_todo. The
+processing is not associated with any specific target page (though a page to
+display when processing is complete can be specified with mv_nextpage), so
+Interchange just builds a target URL that ends in an 'imaginary' page called
+'process.html'. There are other ways to handle a form post; more info is here:
+
+{{URL:http://interchange.redhat.com/cgi-bin/ic/docfly.html?mv_arg=ictemplates10.02}} 
+
 
 Line: