<HTML><HEAD></HEAD>
<BODY dir=ltr>
<DIV dir=ltr>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">
<DIV>&nbsp;</DIV>
<DIV>I have a situation where I conditionally serve page content, alternatively 
serving and different page via an [include]. I realize I can use a bounce, but I 
do this in this particular page so the page name stays the same and the user is 
unaware they are not seeing what they are supposed to be seeing. Don’t comment 
on the “what?”, it’s a very odd situation with a third party that I have very 
limited access to. Simplified:</DIV>
<DIV>&nbsp;</DIV>
<DIV>[tmp foo][/tmp]</DIV>
<DIV>&nbsp;</DIV>
<DIV>[if scratch foo]</DIV>
<DIV>&nbsp;&nbsp;&nbsp; [include pages/existingpage.html]</DIV>
<DIV>[else]</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; regular page content </DIV>
<DIV>&nbsp;&nbsp;&nbsp; [strip reparse=0]</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!--[if IE]&gt;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; test 
1</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;![endif]--&gt;</DIV>
<DIV>&nbsp;&nbsp;&nbsp; [/strip]</DIV>
<DIV>&nbsp;</DIV>
<DIV 
style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">[/else]</DIV>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">[/if]</DIV>
<DIV 
style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV 
style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">The problem 
is that the [strip] surrounded IE conditionals (which usually work) don’t if it 
is within a condition itself – the last “[/if]” gets printed to the page. I am 
guessing this is an interpolation order issue. Anybody know of a way I can get 
this scenario to work?</DIV>
<DIV 
style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">In the back 
of my mind I was thinking there was a “Stop all other processing and serve page 
as-is” kinda tag, which I could simulate a bounceless bounce:</DIV>
<DIV 
style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV>[tmp foo][/tmp]</DIV>
<DIV>[if scratch foo]</DIV>
<DIV>&nbsp;&nbsp;&nbsp; [include pages/existingpage.html]</DIV>
<DIV>&nbsp;&nbsp;&nbsp; [STOPPER]</DIV>
<DIV>[/if]</DIV>
<DIV>&nbsp;</DIV>
<DIV>regular page content </DIV>
<DIV>[strip reparse=0]</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;!--[if IE]&gt;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; test 
1</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;![endif]--&gt;</DIV>
<DIV>[/strip]</DIV>
<DIV 
style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV 
style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">Any ideas 
on what to try? Or is it possible to have a mod made to stop IC in it’s tracks 
and just serve what has been processed? Kinda like a “return;”</DIV>
<DIV 
style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">&nbsp;</DIV>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt">TIA</DIV>
<DIV style="FONT-FAMILY: 'Calibri'; COLOR: #000000; FONT-SIZE: 12pt"><BR>Paul 
Jordan<BR><BR>Consulting, Design, &amp; Programming &gt; 
www.gishnetwork.com<BR>t.626.275.2517 
f.866.401.2657</DIV></DIV></DIV></BODY></HTML>