waz Posted June 29, 2007 Share Posted June 29, 2007 im having issues with getting this to work in php echo "<SCRIPT LANGUAGE=\"JavaScript\">alert(\"test\")</SCRIPT>"; its in a php self form problem is, it seems to do all php except for this but when i try it on its own allways seems to work theres no errors in rest of code. but like i said doesnt seem to work when i applie it to rest of code. does anyone know where this is or do they know a better way to get a pop up message up. Waz Link to comment https://forums.phpfreaks.com/topic/57686-solved-java-in-php/ Share on other sites More sharing options...
waz Posted June 29, 2007 Author Share Posted June 29, 2007 anyone know how to solve this its a real problem and need to get it fixed last thing before i complete this project Waz Link to comment https://forums.phpfreaks.com/topic/57686-solved-java-in-php/#findComment-285701 Share on other sites More sharing options...
r-it Posted June 29, 2007 Share Posted June 29, 2007 try this echo "<SCRIPT LANGUAGE=\"JavaScript\">alert(\"test\");</SCRIPT>"; Link to comment https://forums.phpfreaks.com/topic/57686-solved-java-in-php/#findComment-285727 Share on other sites More sharing options...
waz Posted June 29, 2007 Author Share Posted June 29, 2007 no its ok found a work around i used onclick on a button and called a java function this is only way i have found to do this if you have alarge amount of php. Waz Link to comment https://forums.phpfreaks.com/topic/57686-solved-java-in-php/#findComment-285763 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.