Jump to content

mhk

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by mhk

  1. i solved $oIE3 =_IEAttach("view","url")
  2. it's error: Warning from function _IEAttach, $_IEStatus_NoMatch when click button it open new tab and auto navigate it when i complete form in new tab i must click confirm button and then main tab set ok and allow me to complete another form
  3. thanks but not work i need code to find new tab auto and set name .for example: $oIE3 and then i get my element from it.?
  4. hi in ie browser when i click submit button it open new tab auto how i can get some id in that new tab and send some action for new id thanks
  5. thanks alot every one i solve problem with: first focus second action click third send enter
  6. how can i simulate ctrl+c and ctrl+V in browser?
  7. i used this code but like before script only write text and not click any key like ctrl or shift or .... $hWin = _IEPropertyGet($oIE1,"hwnd") WinActivate($hWin) $hControl = ControlGetHandle($hWin,"","[CLASS:Internet Explorer_Server; INSTANCE:1]") $te1.focus $te1.value = $t1.innertext ControlSend($hWin, "", $hControl, "test") $te1.value = $t1.innertext
  8. thanks for your help can you write sample code for it?
  9. nothing happen but manually after write text with script when i click on text and then click ctrl or enter or shift site accepted my text and allow me to go another level What should I do?
  10. now i have another problem i want to click enter after write text in that place when i used Send("{ENTER}") it replace text with "1" how to send?
  11. i solve my code problem i open new tab and i must set new tab name to my code but i used first tab name correct code: local $t1 = _IEGetObjById($oIE1,"t-1") local $tr1 = _IEGetObjById ($oIE1,"text-1") _IEFormElementSetValue($tr1,$t1.innertext)
  12. it's part of my code i used #include <IE.au3> for this line _IEFormElementSetValue($tr1,$t1.innertext) say ==> Variable must be of type "Object".:
  13. console what mean? it's site like yahoo i want to copy text in 1th position to 2th position is my code ok?
  14. i used but not work local $t1 = _IEGetObjById($oIE,"t-1") local $tr1 = _IEGetObjById ($oIE,"text-1") _IEFormElementSetValue($tr1,$t1.innertext)
  15. hi every body i want to copy text file(blue( main not color)) from <div class=​"buy6" id=​"t-1">​Paying since 2008​</div>​ and past it in <input class=​"buy5" type=​"text" id=​"text-1" name=​"text">​ how??? thanks alot
×
×
  • Create New...