On Tue, 20 Feb 2001, Cormac Robinson wrote:

> function CheckFields() { error_message = ""; if (document.form.title.value
> == "") { error_message += "\n - Name of technology or product"; } if
> (document.form.description.value == "") { error_message += "\n - Brief
> description"; } if (document.form...
> Link , 18050 bytes

That looks like JavaScript. If this is a page you have some control
over, then it should be within <script> tags and comments as defined by
the HTML specs. (Remember that this text probably comes up for
non-JavaScript browsers too.)

You probably want to take a look at the page source itself.

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/


_______________________________________________
htdig-general mailing list <[EMAIL PROTECTED]>
Information: http://lists.sourceforge.net/lists/listinfo/htdig-general
FAQ: http://htdig.sourceforge.net/FAQ.html

Reply via email to