function hideVal() { if(document.getElementById('ebook').value == 'Email Address') { document.getElementById('ebook').value = ''; } } function showValue() { if(document.getElementById('ebook').value != 'Email Address') { if(document.getElementById('ebook').value == '') { document.getElementById('ebook').value = 'Email Address'; } } }
function hideNameVal() { if(document.getElementById('txtName').value == 'Name') { document.getElementById('txtName').value = ''; } } function showNameValue() { if(document.getElementById('txtName').value != 'Name') { if(document.getElementById('txtName').value == '') { document.getElementById('txtName').value = 'Name'; } } }
DOWNLOAD NOW!
By downloading you also join our mailing list
which you may unsubscribe to at any time.
Your email details are safe with us and will
not be shared with 3rd parties.