Jump to content

Search the Community

Showing results for tags 'javascript url change'.

  • 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. Hello with autoit I can not get URL of $oIE = _IECreateEmbedded() Site is loaded, I do few clicks with AutoIt etc, then I click on a href (_IELinkClickByText), which started a JavaScript, the page is loaded, but I'm still getting the old URL with: $frameFrameContent = _IEFrameGetObjByName($oIE, 'FrameContent') $frameUrl = _IEPropertyGet($frameFrameContent, 'locationurl')In fact I need get the content of that frame, but it is also not working, I think I'm also getting the html from the previous step in browsing: $urldata = _IEDocReadHTML($frameFrameContent) So how to refresh, or what I need to do, to get the actual frame url and html? this is the JS used to change the URL in that frame: dlg = "DlgCtrCarSelection"; process = "CarSelection"; top.FrameContent.location.href=baseUrl+'?dlg='+dlg+'&action=Enter&process='+process+'&loop=true';
×
×
  • Create New...