hi,
i want my script to login on a site. thats the source
<button type="submit"
name="submit"
value="submit"
tabindex="3">Submit</button>
why dostnt work this command?
i want my script to login on a site. thats the source
<button type="submit"
name="submit"
value="submit"
tabindex="3">Submit</button>
why dostnt work this command?
| $oForm = _IEFormGetCollection($oIE,0) |
| _IEFormSubmit($oForm) |