Ask a Question related to ASP Database, Design and Development.
-
Basr #1
ASP keep results in memory
I have a side in ASP (Classic). The visitor can get results form an Access
DB by giving keywords. The resultpage offers the oportunity to give detailed
info about each item in a different page for each item. When the visitor
wants to go back to the resultpage he can push a Go Back button on the page.
On my pc (windows 2000) this works fine. On a another pc (XP Prof) sometimes
it works fine and sometimes it doesn't. In that case the resultpage must be
refreshed which is very inconvenient. It seems that the time doesn't have a
part in this proces, even when the vistitor wants to go back immediately,
sometimes he succeeds, sometimes he have to refresh the resultpage!
Is there a solution to tackle this problem serverside?
This is the code that shout bring the vistor to the resultpage.
<INPUT TYPE="IMAGE" NAME="GoBack" SRC="button3.gif"
onClick="javascript:history.back(1)" ALIGN="MIDDLE">
Thanks in advance
Marcel
Basr Guest
-
formatting find results in results window or in savedfile
I want a :beer; :-). I want to write an extension that will allow me to format the results returned from a find. I couldn't find anything in... -
Complex join = no results (for a query that shouldreturn results)
I am trying to use a rather complex join that returns many results when the SQL server is queried directly, but returns no results when used on a... -
Query results don't display properly in results table.IGNORE PREVIOUS
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
Query results don't display properly in results table.
:disgust; I need to display the results of a query. The query runs properly. My problem is having specific results display in specific locations in... -
Query Results too much for memory
I'm running a simple CFQUERY that returns 2 columns, an integer and a CLOB, from my table. I then write out the data to a file for downloading. ... -
Evertjan. #2
Re: ASP keep results in memory
Basr wrote on 15 aug 2004 in microsoft.public.inetserver.asp.db:
This is a clientside problem, so OT !!!
Try:
onClick="history.go(-1)"
do not use the "javascript:" addition
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Evertjan. Guest
-
Basr #3
Re: ASP keep results in memory
Thanks Evertjan
I'll try it immediately
Groeten :-)
Marcel
"Evertjan." <net> schreef in bericht
news:109.133.29...
>
> This is a clientside problem, so OT !!!
>
> Try:
> onClick="history.go(-1)"
>
> do not use the "javascript:" addition
>
> --
> Evertjan.
> The Netherlands.
> (Please change the x'es to dots in my emailaddress)[/ref]
Basr Guest
-
M-ar #4
Re: ASP keep results in memory
I think a javascript approach is not good since many ms explorer
browsers cannot handle the 'history' of javascript.
I tried
<A href="<%=Request.ServerVariables("HTTP_REFERER")%> ">Previous Page</A>
It brought me to the default page which was not my intention.
Does someone an other way for my this problem?
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
M-ar Guest



Reply With Quote

