Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question</script> <script type="text/javascript"> function reloadPage() { window.location.reload() } </script>
//---------------- function Fct_Btn(){ alert("ACTION\nCe que je dois faire..."); if( window.parent) window.parent.document.location.reload(true); }
<script type="text/JavaScript"> // Les fonctions du script </script>
<html> <head> <script type="text/javascript"> window.onload = function(){ if( window.parent) var Url = "nom_page_mere.html"; // Nom de ta page A top.location.replace( Url); } </script> </head> </html>fichier à nommer par exemple top_reload.html
header(sprintf("Location: %s", $updateGoTo));en
header("Location: top_reload.html");// ou un truc dans ce style