Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: irt.org FAQ Knowledge Base Q197

Feedback on: irt.org FAQ Knowledge Base Q197

Sent by anonymous on January 31, 2000 at 05:35:19: - feedback #775

Comments:
Should this:

if document.myForm.myText.value = '' {

have a double equals, e.g.


if (document.myForm.myText.value == '') {




Sent by Linton Schwarz on June 12, 2000 at 11:24:45: - feedback #1358

Comments:
I pasted the code into my HotDog HTML editor ready to customise it to suit my web page and I got a script error...some about a '('
expected in the line 'if document.myForm......'

Is this right?

Regards,
Linton


©2018 Martin Webb