Hi there,
Take a look here:
http://www.w3.org/TR/html4/present/f...#edef-FRAMESET
It defines an onload attribute for the <frames> tag which you can use to fire some JavaScript.
Alternatively (because I am not sure whether all browsers implement this correctly) you can have each file call a function in the frameset that sets a specific flag. The last one in (the last page that loads and calls the function in the parent frame from their own onload attribute) executes another function that does what you need it to do.
HtH,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.