<html>
<head>
<script type='text/javascript' src='//www.rjmprogramming.com.au/colour_code_captcha.js?rand=8765833766615' defer></script>
<script type='text/javascript'>
var fname=location.search.split('fname=')[1] ? decodeURIComponent(location.search.split('fname=')[1].split('&')[0]) : "";
var lname=location.search.split('lname=')[1] ? decodeURIComponent(location.search.split('lname=')[1].split('&')[0]) : "";
</script>
</head>
<body onload="if ((fname + lname).trim() != '' && document.referrer.indexOf('/colour_code_captcha.') != -1) { document.getElementById('welcome').innerHTML='<h2>Welcome to ' + fname + ' ' + lname + ' at ' + ('' + new Date()) + ' ...</h2>'; }">
<div id=welcome></div>
<form onsubmit="alert('You are at an onsubmit event function that will not let you through ... ' + String.fromCharCode(10) + String.fromCharCode(10) + 'if (document.URL.indexOf(' + String.fromCharCode(39) + '/colour_' + String.fromCharCode(39) + ') != -1) { return false; } return true; '); if (document.URL.indexOf('/colour_') != -1) { return false; } return true; " data-onsubmit="return onsubmitreturn('');" action='./colour_code_captcha.htm' method=GET>
<input style=text placeholder="First name" name=fname type=text></input><br>
<input style=text placeholder="Last name" name=lname type=text></input><br>
<br><input id=mysub type=submit value="Say hello ..."></input>
</form>
</body>
</html>