'm trying to get the code below to keep an E-mail form deactivated until 6 seconds after the page is fully loaded but it hasn't been working. Please help me.
var inActive = true;
...
Type: Posts; User: dz.slick; Keyword(s):
'm trying to get the code below to keep an E-mail form deactivated until 6 seconds after the page is fully loaded but it hasn't been working. Please help me.
var inActive = true;
...
Hi guys,
I need help on how to delay the contact form on my website for like 3 seconds before it's validated. Thanks for your Help.
function access()
{
if(document.getElementById('letters').value=='Stevo' && document.getElementById('website').value=='1080' )location.href='http://www.siteripe.com/stevsho_page.php'
else...
Bro I changed it to if(document.getElementById('letters').value=='Stevo' && document.getElementById('website').value=='1080' )location.href='http://www.siteripe.com/stesho_page.php' and It not Works...
Now I"m trying to get this to validate it against the values of 2 inputs but it won't work.
if(document.getElementById('letters').value=='man' &&...
molendijk, I sincerely appreciate your help. It's not confusing in anyway and it's awesome. Thanks again!!
Thanks for your patience and help. Someone got me confused with that one bro, and I'm still a learner. What if we add this line
var theUrl = lookupUrl(document.getElementById('letters').value);
...
I'm trying it first before Implementing proper. you understand Exactly what I need But the difference is that the client will enter a given code; then if matches A (hidden) it takes them to where...
Arie, it is an input because me clients will all Be given access codes which will help them access their specific pages to see their subscriptions. Please help me. thanks
How do I get the function below to automatically take visitors to different URLs if the value they enter matches man or woman. E.g If it matches man, it takes them to URL A while Woman takes them to...