Jump to content

Search the Community

Showing results for tags 'Iframe'.

  • Search By Tags

    • iframe ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 10 results

  1. I was wondering how I read data inside of a iframe. I would like to be able to click something inside a iframe. However, I can't even find the tag. The id and name change all the time so I can't use those. The code highlighted in blue is what I am trying to click. (second picture) H...
  2. I need to send a string of text to this popup and click on the ok button to save it. Here is the code I have so far: ;Start IE Sleep(7000) $oIE = _IECreate("http://www.google.com") Sleep(500) _IELoadWait($oIE) $hIE = _IEPropertyGet($oIE, "hwnd") ; Get Handle of the IE window Sleep(500) Win...
  3. Hi guys! I'm looking for your help The problem is: when I got the iFrame object at the page's source code, the return was "ok", but when I tryed to pick the iFrame's source code, the result is "nothing". Even use the _IETagNameAllGetCollection and others similar functions the result is...
  4. Hello, I'm trying to write a script that can go to a specific work related webpage, then grab the html text out of a known recorded comment field. I have a basic understanding of HTML, but I'm confused by the website as when I open up source code I get something called frames/iframes. Not sure...
  5. Hello, I'm trying to set the value of an input value in an iframe which is a cross reference. Here is my code: $oFrame = _IEFrameGetObjByName($oIE, "AID_1460048722447_iframe") If @error Then ConsoleWrite("Cannot get this frame" & @CRLF) EndIf If Not IsObj($oFrame) Then ConsoleWrite("...
  6. I am trying to send external commands to a flash player in an iframe. I need to get a handle on it in a browser opened by the $oIE.navigate method. is there a way that this can be done?
  7. Hi guys, I need help as I have worked for more than 18 hours in trying to get this resolved but couldn't. There's a registration page that has an iframe and I need to put a check on the checkbox inside that iframe. The iframe's content is pointing to external source. Could anybody please share...
  8. Hello Autoit fella.. I made a script to fill in form but the problem is, the script cannot detect the text area because it is inside the Facebook Iframe [as the screenshot attached] the url usually like this: https://www.facebook.com/thefanpagename?sk=app_163706647070644 meaning it is an apps in...
  9. Hi Im trying to download an image from a web page so that i can check it against a repository to see if its the correct one. Unfortunately the image is in an IFrame and everything I try to do to access it fails. This is an example of the page I'm working with. http://www.facebook.com/pages/Weath...
×
×
  • Create New...