| Evertjan. 2004-10-24, 3:55 pm |
| Hege wrote on 24 okt 2004 in microsoft.public.inetserver.asp.general:
> I have a framset and I want to refresh the bottom.asp whenever i do a
> change in Input.asp so that bottom.asp reflect the changes made? How
> do I do this???
>
This is a clientside problem,
which can be handled by clientside javascript.
ASP is a serverside platform.
ASP does not know about frames.
Please ask in a clientside NG.
> I would also like to bee redirected back to where I came from. I use
> ONCLICK="window.history.go(-1)" on a button in a form, but how do I do
> this on an asp side that only have asp code and nothing that shows to
> the user?
Any action has to be initiated somehow.
If the user does not see the page, your action does not seem very usefull.
You could use a clientside timeout.
Please ask in a clientside NG.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress,
but let us keep the discussions in the newsgroup)
|