Dropdown list and JScript

I

Infinite

Hi...Every one..

I am new to Infopath.. I have one simple question..
How can I get selected value from Infopath drop down using JScript..???

Thanks and Regards,
Dave
 
S

Swathi (GGK Tech)

Hi,

You can get the selected value using the below code line.
thisXDocument = window.external.Window.XDocument;
dropdownFieldValue = thisXDocument.DOM.selectSingleNode(“Xpath of drop down
field").text;
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top