hi guys,
i have a script
<script>KT_self_url = "pageToRedirect.php";</script>
basically it is a script that runs after a flash multi upload.
problem is that the script does not refresh the page. so if i set for example
script>KT_self_url = "members_Detail.php?MemberID=<?php echo($row_WADAmembers['MemberID']); ?>#tabs-11";</script>
it hangs with the flash upload on page. it redirects but it does not auto refresh the content.
is there any code i could set in the script above that will refresh with the redirect?
thanks again