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

Member Avatar for stbuchok

Can you give more code? All I see is a variable that get set with a string. Where is the code that does the redirect?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.