JAVASCRIPT : Redirection en javascript avec window.location.replace()


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <script type="text/javascript">
  2. //<![CDATA[
  3. window.location.replace('http://www.sciences-reunion.net/sciences-reunion/le-festival/')
  4. //]]>
  5. </script>

Report this snippet


Comments


You need to login to view comments.