[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ic] Included file in flypage.html not parsing



I'm trying to slice the code within my flypage.html
and just use [include file] to make part of the code
available when needed.. Is this solution optimal or
not
? Any other? Another problem with this style of coding
is....  [item-code] tags within the included file are
not parsed ... they are printed as is ( plain tag )

File: flypage.html
--------------------
 [if cgi ostep eq "1"]
    
     [include pages/fp-step-1 interpolate=1]

 [elsif cgi ostep eq "2"]

     [include pages/fp-step-2 interpolate=1]
   
 [/elsif]
 [/if]


File: fp-step-1
-------------------------------
Step 1
<br>
item code: [item-code]


File: fp-step-2
-------------------------------
Step 2
<br>
item code: [item-code]





OUTPUT:  when ostep = "1", the output is:

Step 1
item code: [item-code]    (instead of e.i. BX1001)




same situation when ostep = "2"



any work around for this one?


appreciate a lot!!


More power IC and IC guys!


jm


		
__________________________________
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 
_______________________________________________
interchange-users mailing list
suppressed
http://www.icdevgroup.org/mailman/listinfo/interchange-users


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.