Gossamer Forum
Home : Products : DBMan : Customization :

Trouble with multi-page search results w/default user

Quote Reply
Trouble with multi-page search results w/default user
Bypassing the login using 'db=default&uid=default' in the URL, I can get default searches on the DB. If there is more than one page of results, clicking on the next page causes the logon screen to appear! How do I fix this?
Quote Reply
Re: Trouble with multi-page search results w/default user In reply to
I'm not sure. Can you give us the URL to your website?


------------------
JPD





Quote Reply
Re: Trouble with multi-page search results w/default user In reply to
See post below.

[This message has been edited by chittle (edited April 06, 1999).]
Quote Reply
Re: Trouble with multi-page search results w/default user In reply to
I was using POST not GET. It works now. In the next version, Alex needs to put in this code as an example for a default, web-based form search.

<FORM METHOD="GET" ACTION="/cgi-bin/database/db.cgi">

<INPUT TYPE="hidden" NAME="db" VALUE="default" SIZE="3" MAXLENGTH="3">

<INPUT TYPE="hidden" NAME="uid" VALUE="default" SIZE="3" MAXLENGTH="3">

<INPUT TYPE="TEXT" NAME="[NAMEOFSEARCHFIELD]" VALUE="" SIZE="3" MAXLENGTH="3">

<INPUT TYPE="SUBMIT" NAME="view_records" VALUE="Find">
</FORM>
Quote Reply
Re: Trouble with multi-page search results w/default user In reply to
In the next version I'll make it work either way. Wink

Cheers,

Alex