For Programmers: Free Programming Magazines  


Home > Archive > ASP > October 2004 > Refresh and redirect









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Refresh and redirect
Hege

2004-10-24, 3:55 pm

Hi!

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???

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?

Hope someone can help me.

best regards
Hege


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)

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com