Is it possible to call a javascript function after loading a page with window.location.assign? I have this code.
I don't think you can do that. Your best bet would be to use the jquery library and then do something like:
$("body").load("spirituality.php", function() { ReadEnglish(); });