![]() | It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!) |

|
|
|
|
<script type="text/javascript">
window.onload=function()
{
var inps=document.getElementsByTagName('input');
for(var i=0;i<inps.length-1;i++)
{
inps[i].onblur=function()
{
if(this.value.indexOf('/')!=-1&&(this.value.length>1))
{
alert('Answers should either be number or slash only!\nNo Combination Please.');
this.style.background='#fc0'; //replace with the color you wish
}
}
}
}
</script>

Users browsing this forum: No registered users and 5 guests