× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



I am trying out javascript and mostly find it OK. However, I have one problem that I cannot solve.

I am trying, using javascript, to update an INPUT text field defined in HTML by AS/400 WSG as

AFIELD.007-016

I wish to put in it the number of an element selected with a mouse click by the user to send this number back to the AS/400.

JavaScript does not allow names with punctuation. If I save the HTML, and change the name to AFIELD, it works fine so my javascript is otherwise OK.

Since the name is generated, I cannot change it. If I leave the INPUT definition as AFIELD.007-016,

and refer to the field in my javascript as AFIELD, IE 6.0 displays an alert that AFIELD is null or not an object.

I have tried putting the field name I update as AFIELD.007-016 in ( ), " ", ' ' etc., without success.

Any one have any ideas (or suggest another way of doing what I want)?

Many thanks for any help or advice

Rob Dixon







As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.