nancyredig
Programmer
I have 2 frames...one with hidden fields passed from form to form. This final form needs to allow for one last edit. The hidden.Name.value will display using 'alert' all characters and the length is OK. But the following only displays up to the first space. In other words, the input of ' Somebody Fullname' will display (alert) as' Somebody Fullname' but the following only displays Somebody.
document.writeln("<TR><TD BGCOLOR='Blue'><B><font color='white'>Name: *</font></B></TD><TD><INPUT name='Name' value=" +hidden.Name.value +" type='text' maxlength=50 size=30></TD></TR> "
Many grateful thanks for help!
document.writeln("<TR><TD BGCOLOR='Blue'><B><font color='white'>Name: *</font></B></TD><TD><INPUT name='Name' value=" +hidden.Name.value +" type='text' maxlength=50 size=30></TD></TR> "
Many grateful thanks for help!