<script type="text/javascript">
function clearThis(target) {
if (target.value == 'exemplo@exemplo.com') {
target.value = "";
}
}
</script>
Is this really what your looking for?
<script type="text/javascript">
function clearThis(target) {
if (target.value == 'exemplo@exemplo.com') {
target.value = "";
}
}
</script>
Is this really what your looking for?