Hello,
I am using firefox 2, and i noticed that when i make a print screen, and do a "CTRl+V" on fck editor it inserts something like that:
i found that you can access clipboard on IE with javascript:
but when clipboard has an image i get an empty string, and it does nothing on firefox.
The question is how fck editor manages to get the image path?
Thanks for any help
I am using firefox 2, and i noticed that when i make a print screen, and do a "CTRl+V" on fck editor it inserts something like that:
"<img alt="" src="file:///H:/DOCUME~1/cadas/LOCALS~1/Temp/moz-screenshot-95.jpg" _moz_dirty=""/>"
i found that you can access clipboard on IE with javascript:
window.clipboardData.getData('Text')
but when clipboard has an image i get an empty string, and it does nothing on firefox.
The question is how fck editor manages to get the image path?
Thanks for any help