Gossamer Forum
Home : Products : DBMan : Customization :

Question...

Quote Reply
Question...
Could I allow my visitor to use DBMan Search to view the database? How could I create a page without having to view the password and login?

Any help will be appreciated

regards,
Quote Reply
Re: Question... In reply to
Use this code on your page..
<form action="http://www.yourserver/db.cgi" method="GET">
<input type=hidden name="view_records" value=1>
<input type=hidden name="db" value="default">
<input type=hidden name="uid" value="default">
<font color="#0033CC"><B>Search</B></font>
<input TYPE="TEXT" NAME="keyword" SIZE=15 MAXLENGTH=255>
<input TYPE="SUBMIT" NAME="view_records" VALUE="Find it!">
<input TYPE="RESET" VALUE="Clear">
</form>

You don't have to use the same font color though.

I hope this fills your request. Smile
Quote Reply
Re: Question... In reply to
BTW is there a possibility to add more search options? like the regular search. more indepth search?

Again thanks in advance.

regards,

[This message has been edited by King Richard (edited July 26, 1999).]