problem in frontpage extension

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top