Home
last modified time | relevance | path

Searched refs:imageFile (Results 1 – 1 of 1) sorted by relevance

/plugin/aimg/
Dscript.js138 var imageFile = imgObj.id;
140 var imageFile = imgObj.src;
142 if (fnDebugMode) alert('revised imageFile: \n\n' + imageFile);
171 createFNImage(imgObj, imageFile);
176 function createFNImage(imgObj, imageFile) { argument
177 getFNDiv(imgObj, imageFile);
180 function getFNDiv(imgObj, imageFile) { argument
183 if (fnDebugMode) alert('Final imageFile: \n\n' + imageFile);
184 if (!imageFile) return alert(FN_SAVE_FAIL);
186 …var postContent = 'image=' + escape(imageFile) + '&action=' + 'display' + '&width=' + imgObj.width…
[all …]