Try with this:
<%=request("PolicyTitle")%>
<%session("PolicyTitle")=request("PolicyTitle")%>
-----Opprinnelig melding-----
Fra: Lizawati Bakri [mailto:LIZA_B@e...]
Sendt: 21. mars 2001 07:26
Til: ASP Databases
Emne: [asp_databases] Need help- Hyperlinks to the record in the db
I can display first page that have hyperlink,
example:-
My home
but when i click the word it goes to the next page i want it to
be... but it did not display the thing that i want and also it give me an
error:
ADODB.Field error '80020009'
Either BOF or EOF is True, or the current record has been deleted; the
operation requested by the application requires a current record.
I think it has something to do with the second page.
I dont know how to retrieve the data.
Code for the first page is:
<a
href="displayboxpolicybody-try.asp?PolicyTitle=<%=rspolicy("PolicyTitle")%>"
><%=rspolicy("PolicyTitle")%> </a>
Code for the second page is :
<%=request.form("PolicyTitle")%>
<%session("PolicyTitle")=request.form("PolicyTitle")%>
Help me with the code ...