Refresh and redirect

H

Hege

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
 
E

Evertjan.

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,164
Messages
2,570,901
Members
47,439
Latest member
elif2sghost

Latest Threads

Top