ファイルタイプフィールドのクリア

ここにそのような奇妙だがアクティブな方法があります:)



function clearFileInputField(Id) {

document .getElementById(Id).innerHTML = document .getElementById(Id).innerHTML;

}



* This source code was highlighted with Source Code Highlighter .








作業例-designformasters.info/lab/clear-file-input/index.html(Jenekに感謝)



All Articles