opener.location.reload(true);
Prøv disse tests:
test.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1"><title>Ingen titel</title>
</head><body>
<script type="text/javascript">
a=new Date();
document.write(a.getTime());
</script>
<a href=""onClick="window.open('upload.html','','width=400,height=110');return false;"> Upload billede</a>
</body></html>
upload.html
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "
http://www.w3.org/TR/html4/loose.dtd"><html><head><meta http-equiv="content-type" content="text/html; charset=iso-8859-1"><title>Ingen titel</title>
</head><body onload="opener.location.reload(true);window.close();">
</body></html>