I
Ian Bull
1. I have asked FrontPage to generate a Database Results Display form
preceded by a Query box - all linked to an existing database.
It has done this with no error messages, producing the following code for
the Query box -
<form BOTID="0" METHOD="POST" ACTION="Database%20AllCaptures.asp">
<table BORDER="0">
<tr>
<td><b>Surname</b></td>
<td>
<input TYPE="TEXT" NAME="Surname" VALUE="<%=Request("Surname")%>"
size="20"></td>
</tr>
</table>
<p><br>
<input TYPE="Submit"><input TYPE="Reset"><!--webbot bot="SaveAsASP"
clientside suggestedext="asp" preview=" " --></p>
<p> </p>
</form>
however when this is previewed it displays as -
Surname " size="20">
which suggests to me, with almost non-existent knowledge of HTML that there
is a problem with the code generated.
2. When following the wizard producing the Results & Query/Search forms I am
not clear about what I should entry in the 'Value' box - when I enter
'Surname' as above the wizard puts that to the left of the query entry box
and superficially that seems fine however I suspect I simply haven't got the
concept of what should be entered here.
Any assistance much appreciated.
Thank you & Regards
Ian Bull
preceded by a Query box - all linked to an existing database.
It has done this with no error messages, producing the following code for
the Query box -
<form BOTID="0" METHOD="POST" ACTION="Database%20AllCaptures.asp">
<table BORDER="0">
<tr>
<td><b>Surname</b></td>
<td>
<input TYPE="TEXT" NAME="Surname" VALUE="<%=Request("Surname")%>"
size="20"></td>
</tr>
</table>
<p><br>
<input TYPE="Submit"><input TYPE="Reset"><!--webbot bot="SaveAsASP"
clientside suggestedext="asp" preview=" " --></p>
<p> </p>
</form>
however when this is previewed it displays as -
Surname " size="20">
which suggests to me, with almost non-existent knowledge of HTML that there
is a problem with the code generated.
2. When following the wizard producing the Results & Query/Search forms I am
not clear about what I should entry in the 'Value' box - when I enter
'Surname' as above the wizard puts that to the left of the query entry box
and superficially that seems fine however I suspect I simply haven't got the
concept of what should be entered here.
Any assistance much appreciated.
Thank you & Regards
Ian Bull