I am not completely sure (we drove a stake through the heart of FP here
years ago) but I think that FP actually processes the webbot directives when
an HTML file is uploaded through FP, not at runtime. If that is not the
case, you could write out the HMTL file with the webbot directives you need
and then re-direct to that file.
--
Mark Schupp
--
Head of Development
Integrity eLearning
Online Learning Solutions Provider
http://www.ielearning.com
714.637.9480 x17
"Baffin Shea" <> wrote in message
news:3f58d139$...
> Dear Jason,
>
> I have tried your method, it doesn't work, any suggestion? Thank you.
>
> Regards,
> Baffin
>
>
>
> "Jason Melville" <> 撰寫於郵件新聞
> :bjacsb$olv$...
> > Hi Baffin
> >
> > Why not write the whole lot out as asp - see below?
> >
> > <%
> >
> > menu = request("menu")
> > response.write "<!--webbot bot='Include' U-Include='" & menu & "'
> > TAG='BODY'-->"
> >
> > %>
> >
> >
> > "Baffin Shea" <> wrote in message
> > news:...
> > > Dear All,
> > >
> > > The following script is generated by frontpage itself in order to
insert
> > > menu.htm in the current .htm page:
> > >
> > > <body>
> > > :
> > > <!--webbot bot="Include" U-Include="menu.htm" TAG="BODY" -->
> > > :
> > > </body>
> > >
> > > I tried to change the "menu.htm" to a variable using asp like:
> > >
> > > <%
> > > menu=request("menu")
> > > %>
> > > <!--webbot bot="Include" U-Include="<%=menu%>" TAG="BODY" -->
> > >
> > > But it doesn't work, I search from the net and explain it will not
work
> > > because the directive executes before asp assigns a value to the
> variable,
> > > but there is no solution, can anyone help? Thanks a lot.
> > >
> > > Regards,
> > > Baffin
> > >
> > >
> >
> >
>
>