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> </p>
</form>
=======================================================
This does not seem to work
thank you
Moiz
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> </p>
</form>
=======================================================
This does not seem to work
thank you
Moiz