var val = getFieldByName("test_input").getElementsByTagName("input")[0].value;.
You can then pass this value as an argument into your server side method with code like aras.applyMethod("MyServerMethod", "" + val + "");
Chris
Copyright © 2025 Aras. All rights reserved.