Forum Moderators: open
====================
head
- Typical headers
/head
body
- Script: embedded JavaScript Redirect (window.location.href = URL)
- Script: external JavaScript File referenced in
/body
====================
The question is: Will the external JS file be loaded by the browser and executed before the redirect occurs? Or does the external JS file reference need to be before the embedded JS redirect?