Author Topic: call on change text function  (Read 906 times)

0 Members and 1 Guest are viewing this topic.

Offline hs1993

  • NULL
  • Posts: 3
  • Cookies: 0
    • View Profile
call on change text function
« on: June 24, 2015, 12:43:08 pm »
hi, im trying to make instagram bot with vb6 and IE ocx

i can set value of the comment text .. and then submit the form .. but it just refresh the page
i believe this is the reason (after i read their js code) :

Code: [Select]
PostInfo__commentCreator",onSubmit:this.$PostInfo_handleCommentFormSubmit},this.props.commentSaveIsInFlight?null:y.createElement("input",{className:"-cx-PRIVATE-PostInfo__commentCreatorInput",disabled:this.props.commentSaveIsInFlight,onChange:this.$PostInfo_handleCommentChange,placeholder:t,type:"text",value:this.props.pendingComment}),this.props.commentSaveIsInFlight?y.createElement(E,null):null)},o.prototype.renderComments=function(){"use strict";var t=this.$PostInfo_getCommentsToDisplay();if(!this.props.caption&&0===t.length)return null;var e=t.length<this.props.commentsTotalCount,n=this.$PostInfo_isStackedVariant();return
i believe they do (onchange) function with text that wont work with me..

ofc i can make the bot by :

text.setfocus
sendkeys "comment" & chr(13)

but it wont work if the window is minimized..