How do i refresh a frame from another frame? with php code ofc.
You can't. PHP runs on the server. Where the client sticks the stuff the server sends it is up to the client.
<a href="script.php" target="otherframe">Update the other frame</a>
hmm.. okey.. Now reaching for the all solutions there is. can javascript help me with this?