don't use frames. they make coding a dynamic website that much harder. If you insist on using frames, you'd have to use javascript to refresh
parent.frames.<frame name>.reload();
will do the trick, just replace <frame name> w/ the actual name of the frame