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 Quote Link to comment 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 Quote Link to comment 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>"; Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.