Click to See Complete Forum and Search --> : how can i refresh a page from an auther ?


seeseif
03-16-2003, 06:08 PM
:mad:
i have a problem to refresh a parent page from a frame
over it. when i click a botton this frame disapear and put information in database.than i want in the same time to refresh the principale frame where must appear the new information.
thanks for help.

pyro
03-16-2003, 06:33 PM
Did you try top.framename.refresh() where framename is the name of your frame to refresh?