function clearDefaultInput(inputId, defaultValue) { input = document.getElementById(inputId); if (input.value === defaultValue) { input.className = ''; input.value = ''; } } function setDefaultOnClear (inputId, defaultValue) { input = document.getElementById(inputId); if (input.value === '') { input.className = 'empty'; input.value = defaultValue; } } function getLinkAttributes(){ input = document.getElementById(aflink); input.value = parent.document.getElementById('ourlink'); input2 = document.getElementById(afatt); input2.value = parent.document.getElementById('ourlink').text; } document.write('' + '
' + '

' + ' ' + ' ' + '

' + ' Traducción' + '
' + '
' + ' ' + '
' + '
' + '

' + ' ' + '

' + '
'); function clearDefaultInput(inputId, defaultValue) { input = document.getElementById(inputId); if (input.value === defaultValue) { input.className = ''; input.value = ''; } } function setDefaultOnClear (inputId, defaultValue) { input = document.getElementById(inputId); if (input.value === '') { input.className = 'empty'; input.value = defaultValue; } } function getLinkAttributes(){ input = document.getElementById(aflink); input.value = parent.document.getElementById('ourlink'); input2 = document.getElementById(afatt); input2.value = parent.document.getElementById('ourlink').text; }