Jump to content

Search the Community

Showing results for tags 'ie submit input'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements and Site News
    • Administration
  • AutoIt v3
    • AutoIt Help and Support
    • AutoIt Technical Discussion
    • AutoIt Example Scripts
  • Scripting and Development
    • Developer General Discussion
    • Language Specific Discussion
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Categories

  • AutoIt Team
    • Beta
    • MVP
  • AutoIt
    • Automation
    • Databases and web connections
    • Data compression
    • Encryption and hash
    • Games
    • GUI Additions
    • Hardware
    • Information gathering
    • Internet protocol suite
    • Maths
    • Media
    • PDF
    • Security
    • Social Media and other Website API
    • Windows
  • Scripting and Development
  • IT Administration
    • Operating System Deployment
    • Windows Client
    • Windows Server
    • Office

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Member Title


Location


WWW


Interests

Found 1 result

  1. 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
×
×
  • Create New...