Hi,
I have a PHP/Javascript page and I need to POST code to the same page in which it is posting from. It posts correctly and PHP picks up the information but the javascript code that deals with certain objects won't run again. I actually have to POST to the same page, do the php stuff, then refresh it to have the javascript work. Why is the javascript not running again after the post?
Thanks