is there any way to check if any textarea or textfield exists in current
document
fg
function checkifexist(){
if any textarea or textfield exist return true
else return false
}
Barti
document
fg
function checkifexist(){
if any textarea or textfield exist return true
else return false
}
Barti
Comment