View Single Post
Old 02-18-2008, 12:27 AM   #1 (permalink)
wiifanatic
The Contributor
 
wiifanatic's Avatar
 
Join Date: Sep 2007
Posts: 29
Thanks: 8
wiifanatic is on a distinguished road
Default 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>
...
wiifanatic is offline  
Reply With Quote