Jump to content

Find value in submit form ( _IE lib.)


Recommended Posts

Hi community

I am really lost with some _IE librabry functions ...

I am intending to read a value into a submit tag, that is allready filled

Can't achieve it, tried tons of combo, but don't really make distinction with  _IE element, getobj and so on

Here chat I tried ...

Global $oForm = _IEFormGetCollection($oIE,1)
Global $oQuery = _IEFormElementGetCollection($oForm,"sys_user.location_label")
_IEFormElementGetValue($oQuery)

... in the goal of reading this

<div class="hidden" ng-non-bindable=""><input name="sys_original.sys_user.location" id="sys_original.sys_user.location" type="hidden" value="cf05e4a4db0eb2806440fd431d961941"></input></div><input name="sys_user.location_label" style=";width:240px;" id="sys_user.location_label" readonly="readonly" value="/51 - MARNE/REIMS/STCHARLES 2/" class="form-control disabled"></input>

I want to catch "/51 - MARNE/REIMS/STCHARLES 2/", but it returns definitely "0"

Many thanks in advance

Edited by Ebola57
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...