Tech Support > Microsoft Windows > Home and office > Java Script problem with java from publisher
Java Script problem with java from publisher
Posted by Lon on August 10th, 2003


I made a web page using my Publisher 2002 and when
finished I published it in HTML. When I read the HTML I
see this portion of the Java script in the HTML. I don't
know what it is asking for? I don't understand
the "required field" stuff and I'm having a devel of a
time finding out! Microsoft help has not helped....

Does anyone know what I need to do with this script? See
script below.......Lon


<SCRIPT LANGUAGE="JavaScript">
<!--- hide script from old browsers

function FValidateControl(control) {
if (control.value=="") {
alert(control.name+": this is a required field, and
it must be filled in before your form can be published to
the Web.")


Similar Posts