02-18-2008, 12:27 AM
|
#1 (permalink)
|
|
The Contributor
Join Date: Sep 2007
Posts: 29
Thanks: 8
|
Problem with Prototype and PHP
Im loading a PHP with prototype that contains JavaScript.
One part is activated when you click a button and the other part is (supposed to) execute when it loads.
The problem is it does not work.
Any way around this?
What the PHP File outputs:
HTML Code:
...
<script type="text/JavaScript">
alert('Test');
</script>
...
|
|
|
|