I have been using JS to inject text into a web page text input box but don't seem able been able to select the field ie: no flashing cursor.
The text appears fine but i want to select it so there is a flashing cursor, I tried clicking on it but it doesnt give the desired result.
still has no effect, .focus(); has the same effect as .click();, none at all . .select(); works fine and selects the text so .focus(); may give the box focus but there is no cursor.