I am working on a game, and I want the game portion to load pages and
display them without reloading (dynamically) the problem I ALWAYS run
into though, is that some of the files I am including have Javascript
in them.

If I use say: jQuery.post to include test.php where test.php has some
simple JS like an alert, redirect, timer, etc, will that be executed?
If not, how do I make it execute?

Thanks for any help you can provide!

Reply via email to