B
Baffin Shea
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
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