Hi Peter,
I am passing the prompt box information that is called from the BODY tag. into the INPUT TEXT field named "namef"
I did get this to work but only if I don't use a DTD.
When I use the DTD I get a response of "use the getElementByID-or-Name()".
Hmmmmm.....
Here is the newer version......
html>
head>
title>
script type="text/javascript">
!--
function name(){
Name=prompt("enter name","bob");
if (Name==""||Name==null){
alert("Please enter name!");
name();
}
}
function yername() {