Focal Point
[SOLVED]How to check a value of a radio button by javascript

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1777072076

April 21, 2014, 06:26 PM
Pku
[SOLVED]How to check a value of a radio button by javascript
Hi all,

A GUI is created in HTMPComposer, on the GUI, there is a radio button that has values "Y" and "N". How am I going to check to see which value has been selected: "Y" or "N" by the user?

Thanks,
Pku

This message has been edited. Last edited by: Pku,


Thanks,
Pku

Focus, WebFocus 8201 on Windows
April 21, 2014, 06:42 PM
Waz
As its javascript , it is probably better to check with a javascript forum, or W3C Schools.

But you will have to check each object in the radio button group to see whick is checked.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

April 21, 2014, 09:14 PM
njsden
You may try using IbComposer_getCurrentSelection function. When using an HTML Composer radio group control ID as parameter it will return the value corresponding to the currently selected one.

Some basic examples may be found in the Tech Documentation section at IBI's support website. Look for DN 4501002.0511 - Designing a User Interface for a Web Application With the HTML Composer 7.7.03.



Prod/Dev: WF Server 8008/Win 2008 - WF Client 8008/Win 2008 - Dev. Studio: 8008/Windows 7 - DBMS: Oracle 11g Rel 2
Test: Dev. Studio 8008 /Windows 7 (Local) Output:HTML, EXL2K.
April 22, 2014, 08:56 AM
Pku
Thanks, Waz.
I have no issue with that if the GUI is designed in plain html.

Thanks, njsden.
The IbComposer_getCurrentSelection function works great.


Thanks,
Pku

Focus, WebFocus 8201 on Windows