Re: [PHP] error on usingjar:http://localhost/clients/js/signedJar.jar!/editGrid.js

2009-02-12 Thread Shawn McKenzie
Manupriya wrote: Hi, We are using PHP 5.0, Java Script and Apace HTTP Server. For Mozilla security reason, we have created a signed jar of all the js files being used in our application. We have put this jar in the js folder itself. We have successfully installed the certificate. Now

Re: [PHP] error on usingjar:http://localhost/clients/js/signedJar.jar!/editGrid.js

2009-02-12 Thread Manupriya
Actually there is no PHP error as such. But we get an error that java script method is not defined. So we think that we have either not correctly specified the url or we are not putting the jar file at the correct location. Our question is how to call a js in jar from php file? Thanks, Manu