Hi Friends,
i need to pass the image url currently i have hardcoded in a ' fileUrl '
in OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) method.
i need to pass the value fileUrl from my jsp page .
Any solution ....
i need to pass the image url currently i have hardcoded in a ' fileUrl '
in OnUploadCompleted( errorNumber, fileUrl, fileName, customMsg ) method.
i need to pass the value fileUrl from my jsp page .
Any solution ....
Re: how can i pass a text field value to fck_image.js
That above problem got resolved.
I have converted fck_image.html to fck_image.jsp and after that i can pass session value to hidden file and
can get in fck_image.js
After converting that html to jsf u need to change the same extension to two js file.
fckeditorcode_ie.js
fckcommand.js
Thats all....