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 from one of the php
page, we are using the following code - 

<script type="text/javascript"
src="jar:http://localhost/clients/js/signedJar.jar!/editGrid.js";></script>
var ClipboardText=getClipboard(); 

getClipboard() method is in editGrid.js file. But I get an exception telling
getClipboard() method is not defined. 

Please help.I think I am missing out on something important.

Thanks,
Manu


-- 
View this message in context: 
http://www.nabble.com/error-on-using-jar%3Ahttp%3A--localhost-clients-js-signedJar.jar%21-editGrid.js-tp21976510p21976510.html
Sent from the PHP - General mailing list archive at Nabble.com.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to