ResponseDiv.innerHTML = "User successfully created"
So, if your browser code currently looks similar to this:
"
};
...
then instead of trying to insert that function call dynamically, you need to call it right after you assign the content to the div:
If your problem persists, post all your code OR post a url to your page.
|