I am using a JavaScript (and AJAX) so that a PHP page can be loaded dynamically in the DV (When the hyperlink is clicked, the div is loaded with an external file without any external file in which the page is loaded without crushing).
The problem is that when I use PHPLiveX (an AJAX framework for PHP), when I load the page separately, PHPLiveX creates JavaScript on runtime and places it inside the page body . This may be because the page does not work, but I'm not sure.
Sorry if this is explained badly.
If I correctly understand (and believe):
- < Content is included in JavaScript, which is not recognized
- Code> Limitations I would like to rewrite it so that the script is applied separately. (The explanation was dependent on the script at first place)
This is a internal HTML
Comments
Post a Comment