Consultor Eletrônico



Kbase P72961: how to get the value of a disabled html text box using webspeed ?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

GOAL:

how to get the value of a disabled html text box using webspeed ?

FACT(s) (Environment):

WebSpeed 3.x

FIX:

In this example, the INPUT element is disabled. Therefore, it cannot receive user input nor will its value be submitted with the form. Webspeed GET-VALUE function will not work.

<INPUT disabled name="fred" value="stone">

You can try to modify the attribute value before sending the form.
The only way to modify dynamically the value of the disabled attribute is through a script.