Re: Jump to named anchor after form processing

From: Evertjan. (exjxw.hannivoort_at_interxnl.net)
Date: 10/20/04


Date: 20 Oct 2004 23:17:57 GMT

Robert Mark Bram wrote on 20 okt 2004 in
microsoft.public.inetserver.asp.general:

> Hi Evertjan!
>
> Thank you for your response.
>
>> I would not use a <form> here.
>
> Hmm... but there is some user input that I need to obtain in order to
> do my processing.

then use seperate forms:

<form action="#important1" method=post>
<input your user input for posting
</form>
<form action="#important2" method=post>
<input your user input for posting
</form>

or use clientsied scripting to cange the action string.

OT on this ASP NG!!!

>
>> Try:
>>
>> Important 1<br>
>> Important 2
>>
>> and keep the anchors on the same page:
>>
>> <a name="important1"></a>What is important 1 ...
>> <a name="important2"></a>What is important 2[too?] ...
>>
>> The browser cache will not send a request to the server if your asp
>> code allows a long enough expiry time[-out], say:
>>
>> <% Response.Expires = 40 %>
>
> I don't quite understand what is happenning here. The page blocks for
> a while, waiting for some response?

Its unclear what you mean with "blocks".

Anyway, as it is not an ASP problem, [except for the timeout],
this is OT.

I suggest you ask in a cliendside code NG.

-- 
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress,
but let us keep the discussions in the newsgroup)


Relevant Pages

  • Re: Lookup and/or create new record from same box?
    ... Me.Bookmark = .Bookmark ... you add the new record or not depending on user input: ... Response = acDataErrContinue ...
    (microsoft.public.access.forms)
  • Re: User inputs at one shot
    ... > The script will look something like this: ... > do something2 based on the user input ... > prompt for user input again ... response to question 2 ...
    (comp.unix.shell)
  • Re: Virtual PC - S3 Trio32/64
    ... Thank you Mike for the quick response. ... It's unfortunate that some of ... these system attributes can't be based on user input or info reported by ... the host to offer choices. ...
    (microsoft.public.windows.vista.general)
  • Re: Jump to named anchor after form processing
    ... Thank you for your response. ... Hmm... ... but there is some user input that I need to obtain in order to do ... Rob ...
    (microsoft.public.inetserver.asp.general)
  • Re: Bringing back the good old ASP of yesteryear
    ... Here's a copy of my response to Glenn's post "More on Why ASP Sucks Now" ... started posting again and now it seems asp has become 10 times worse than ... I'm going to begin Plonking (without any comment, ...
    (alt.smokers.pipes)