if i make a php request, does it return the javascript? or the html the javascript generates
i think it returns the javascript
is there a way to get the html that the javascript generates as a string so i can do something with it?
php request returns javascript?
Moderator: General Moderators
-
chopficaro
- Forum Commoner
- Posts: 68
- Joined: Fri Jan 01, 2010 12:56 am
Re: php request returns javascript?
It "returns" whatever you outputted. Exactly what you outputted. Verbatim.
As for your second question, what HTML and what JavaScript are you talking about?
As for your second question, what HTML and what JavaScript are you talking about?