I am editing a system and I noticed a weird tag <object> I tried to search for it but didn't get any luck.
the code looks something like this :
<object width="50" height="10" tabIndex="12345" id="test" classid="ghjkl" />
so what I need to do is I need to edit the value of this textbox but I didn't get any luck with that. I have tried to grab it by id (and it worked) but I couldn't get the exact value or edit it's value. any ideas ?
valueof the element?