Click to See Complete Forum and Search --> : how to refresh window inside an <iframe> in asp?


kaifoong
July 3rd, 2001, 10:26 PM
Hi,
Is it possible to refresh the whole window inside a {iframe} in ASP?

say,
in "a.asp", i have: {iframe src="b.asp"}
Now, how do i make a refresh of the whole window (not within the frame) inside asp code in b.asp? I want to do it in ASP instead of script (ie: document.location.reload()) b'cos i don't want it to display twice.

Thanks a lot guys!!


KF

pmmbala
July 6th, 2001, 01:48 AM
I think this will work

META http-equiv="refresh" content="5">

pmmbala_old
July 6th, 2001, 01:48 AM
I think this will work

META http-equiv="refresh" content="5">