for screen shot pls see
when viewing in netscape JS console it says 'document.phras e has no
properties', which is very weird.. 'document.phras e' refers to the
following:
<form name="form">
<input type=text name="phrase">
var form = document.form
function ff() {
form.phrase.foc us() }
function ff() is called in onLoad event handler in body tag..
why does it say that document.phrase 'has no properties'? and why that
error in IE? I have gotten this same error before but it displays error
in usu. way, I had never seen it like this.. thank you.. Frances
when viewing in netscape JS console it says 'document.phras e has no
properties', which is very weird.. 'document.phras e' refers to the
following:
<form name="form">
<input type=text name="phrase">
var form = document.form
function ff() {
form.phrase.foc us() }
function ff() is called in onLoad event handler in body tag..
why does it say that document.phrase 'has no properties'? and why that
error in IE? I have gotten this same error before but it displays error
in usu. way, I had never seen it like this.. thank you.. Frances
Comment