Hi - I was hoping someone has attempted to do this and has been successfuly in getting it to work. I need to be able to produce a list of NAMES from my database, to be included in a separate page (not one that is generated by DBMAN). I have attempted to use the SSI mod that is in the support forum but quite honestly, the document is written in a strange format that makes it difficult to read and understand.
I did follow the instruction as best I could. However, when I attempt to access "the list" by typing in the url; for example: http://www.###.com/...;view_search_short=1
I receive this:
<form action="http://www.###.com/cgi-bin/dbman/db.cgi" method="GET">
<input type=hidden name="db" value="default">
<input type=hidden name="uid" value="default">
<TABLE WIDTH="490" CELLPADDING=0 CELLSPACING=0 BORDER=0 BGCOLOR="#FFFFFF">
<TR><TD ALIGN="Right" VALIGN="TOP" WIDTH="150"><Font face="Arial">ID:</FONT></TD>
<TD VALIGN="TOP" WIDTH="450"> <INPUT TYPE="TEXT" NAME="ID" VALUE="" SIZE="3" MAXLENGTH="3"></TD></TR>
<TR><TD ALIGN="Right" VALIGN="TOP" WIDTH="150"><Font face="Verdana, Arial, Helvetica" Size=1 Color=#003399>Category: </FONT></TD>
<TR><TD ALIGN="Right" VALIGN="TOP" WIDTH="150"><Font face="Verdana, Arial, Helvetica" Size=1 Color=#003399>Organization Name:</FONT></TD>
<TD VALIGN="TOP" WIDTH="450"> <INPUT TYPE="TEXT" NAME="Name" VALUE="" SIZE="40" MAXLENGTH="255"></TD></TR>
</TABLE>
</center>
<p>
<INPUT TYPE="SUBMIT" NAME="view_records" VALUE="View Records">
<INPUT TYPE="RESET" VALUE="Reset Form">
</p></form>
....rather than the actual form. Is there another mod that would help me with accomplishing what I want or is there someone that can assist me? Thanks in advance.
I did follow the instruction as best I could. However, when I attempt to access "the list" by typing in the url; for example: http://www.###.com/...;view_search_short=1
I receive this:
<form action="http://www.###.com/cgi-bin/dbman/db.cgi" method="GET">
<input type=hidden name="db" value="default">
<input type=hidden name="uid" value="default">
<TABLE WIDTH="490" CELLPADDING=0 CELLSPACING=0 BORDER=0 BGCOLOR="#FFFFFF">
<TR><TD ALIGN="Right" VALIGN="TOP" WIDTH="150"><Font face="Arial">ID:</FONT></TD>
<TD VALIGN="TOP" WIDTH="450"> <INPUT TYPE="TEXT" NAME="ID" VALUE="" SIZE="3" MAXLENGTH="3"></TD></TR>
<TR><TD ALIGN="Right" VALIGN="TOP" WIDTH="150"><Font face="Verdana, Arial, Helvetica" Size=1 Color=#003399>Category: </FONT></TD>
<TR><TD ALIGN="Right" VALIGN="TOP" WIDTH="150"><Font face="Verdana, Arial, Helvetica" Size=1 Color=#003399>Organization Name:</FONT></TD>
<TD VALIGN="TOP" WIDTH="450"> <INPUT TYPE="TEXT" NAME="Name" VALUE="" SIZE="40" MAXLENGTH="255"></TD></TR>
</TABLE>
</center>
<p>
<INPUT TYPE="SUBMIT" NAME="view_records" VALUE="View Records">
<INPUT TYPE="RESET" VALUE="Reset Form">
</p></form>
....rather than the actual form. Is there another mod that would help me with accomplishing what I want or is there someone that can assist me? Thanks in advance.

