function lowVision() { // the foreground background is set to black. document.body.style.background = "black"; // the foreground color is set to white. document.body.style.color = "white"; document.body.style.fontSize = "x-large"; document.body.style.fontFamily = "Georgia"; document.body.style.h1.background = "blue";
}
function defaultColors() { // the foreground background is set to black. document.body.style.background = "white"; // the foreground color is set to white. document.body.style.color = "black"; document.body.style.fontSize = "0.75em"; document.body.style.fontFamily = "Verdana"; document.body.style.table.background = "blue";
var t = document.getElementsByTagName("TABLE"); …show more content…
var size = t.length; for (i = 0; i < size; i++) { t[i].style.background = "blue"; } }
function updateCountryCode(object) //function to update international telephone No { if (object.value =="default") { document.form1.code.value =""; } if (object.value == "France") { document.form1.code.value ="++924"; } if (object.value == "Ireland") { document.form1.code.value ="++353"; } if (object.value == "England") { document.form1.code.value ="++666"; } if (object.value == "USA") { document.form1.code.value ="++1"; } if (object.value == "Germany") { document.form1.code.value ="++656"; } }
function updatedaysrental(object) //function to update period of car rental { if (object.value ==