function clearDefault(el) { if (el.defaultValue==el.value) el.value = “” } // Then call this function using the ‘onfocus’ value of your input box: <input...
Tag: empty
Option Explicit Dim oFS : Set oFS = CreateObject("Scripting.FileSystemObject") Function FolderEmpty(strFolderPathName) Dim oFiles, oFile, oFolder, oSubFolders, oSubFolder Dim blnFileFound : blnFileFound = False Set...