以下でどのようにできるかを理解しようとしています-
私がやろうとしているのは、http://www.example.com/xyz/index.phpページにリダイレクトしてから、宛先を更新することです( http://www.example.com/xyz/index.php )できますかオンクリックで
<input class="submit" type="button" style="font-weight: normal;"
onclick="javascript:window.location.href='http://www.example.com/xyz/index.php'; return false;" value="Back to web">
前もって感謝します。
よろしく、 モナ