Using a form to change an Insert Page

M

Moiz

Can anybody help.

I am trying to create a form that will change the contents of an insert
page:

<form method="POST" name="FormName" >
<p>
<select size="1" name="DistrLocation">
<option selected value=Distr1.htm>Location1</option>
<option value="Distr2.htm">Location2</option>
</select></p>
<p><input type="submit" value="Submit" name="B1"></p>

<!--webbot bot="Include" U-Include=DistrLocation
TAG="BODY" -->
<p>&nbsp;</p>
</form>
=======================================================
This does not seem to work

thank you

Moiz
 
R

Ronx

FrontPage include pages are design-time components. The Include page
is inserted in the code when the page is saved, not when the page is
downloaded from the server.

What you are trying can be done using layers, though separate pages
may be a better choice, either linked through the drop down menu, or
by regular hyperlinks.
 
Top