![]() |
|
|
+ Search |
![]()
|
Aug 11th, 2006 16:01
David Alden, cat cat,
if(document.formName.textBoxName.value == ""){
alert("please fill in text box");
} else {
document.location="url of page to open";
}