B
Baffin Shea
Dear All,
This is the script that generate by frontpage webbot which is able to insert
menu1.htm into the current .htm page:
<!--webbot bot="Include" U-Include=menu1.htm TAG="BODY" -->
There are several menus from 1 to 5, I would like to obtain the menu number
using asp such as .asp?menu=menu1.htm
I have modify the above script as below:
<!--webbot bot="Include" U-Include=<% Request("menu") %> TAG="BODY" -->
However, it doesn't work, the menu1.htm doesn't show, there is only few
words showing on the page:
[<% Request("menu") %>]
Can anyone help? Thanks a lot.
This is the script that generate by frontpage webbot which is able to insert
menu1.htm into the current .htm page:
<!--webbot bot="Include" U-Include=menu1.htm TAG="BODY" -->
There are several menus from 1 to 5, I would like to obtain the menu number
using asp such as .asp?menu=menu1.htm
I have modify the above script as below:
<!--webbot bot="Include" U-Include=<% Request("menu") %> TAG="BODY" -->
However, it doesn't work, the menu1.htm doesn't show, there is only few
words showing on the page:
[<% Request("menu") %>]
Can anyone help? Thanks a lot.