Originally posted by mlseim
View Post
Announcement
Collapse
No announcement yet.
Execute php page from javascript
Collapse
X
-
Since that PHP page returns actual JavaScript code (example,document.write("Is it time for your medication or mine?")
, you need to simply drop that line you showed ANY PLACE in your page where you want the text to appear.
Just as a simple example:
Code:.... <span style="font-size: large; color: red;"> <script type="text/javascript" src="http://www.catpin.com/bumper_sticker3.php"></script> </span> ...
Be yourself. No one else is as qualified.
Comment
-
Comment