Form field hints
[Qassim Web Site - شبكة القصيم الثقافية]
Crystal Ball
Please enter a yes/no question and it will respond
Warning: the crystal ball has a tendency to be sarcastic!
|
This free script provided by
JavaScript
Kit
Fill-in each of the following empty fields using your own personal data
and then click on "Write Story."
Test your Response time!
Click on "Start" first, and wait until the background color changes. As soon as it changes, hit "stop!"
This free script provided by
JavaScript
Kit
< 0){
nZeller += 7
}
return nZeller
}
function day_display(form, x_nDayOfWeek) {
if(x_nDayOfWeek == 0) {
form.birthday.value = "السبت"
return
}
if(x_nDayOfWeek == 1) {
form.birthday.value = "الأحد"
return
}
if(x_nDayOfWeek == 2) {
form.birthday.value = "الإثنين"
return
}
if(x_nDayOfWeek == 3) {
form.birthday.value = "الثلاثاء"
return
}
if(x_nDayOfWeek == 4) {
form.birthday.value = "الأربعاء"
return
}
if(x_nDayOfWeek == 5) {
form.birthday.value = "الخميس"
return
}
if(x_nDayOfWeek == 6) {
form.birthday.value = "الجمعة"
return
}
form.birthday.value = "Not a valid date."
}
// -->
Free JavaScripts provided
by The JavaScript Source