F
Frances Del Rio
for screen shot pls see
http://www.francesdelrio.com/error.gif
when viewing in netscape JS console it says 'document.phrase has no
properties', which is very weird.. 'document.phrase' refers to the
following:
<form name="form">
<input type=text name="phrase">
var form = document.form
function ff() {
form.phrase.focus() }
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
http://www.francesdelrio.com/error.gif
when viewing in netscape JS console it says 'document.phrase has no
properties', which is very weird.. 'document.phrase' refers to the
following:
<form name="form">
<input type=text name="phrase">
var form = document.form
function ff() {
form.phrase.focus() }
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