I'm using Excel VBA to control IE - more specifically a javascript multi-page form with several text boxes and other elements such as drop down boxes. The drop-down boxes and multi-select boxes have an "onchange" event that I am successfully firing. And I am able to fill the text boxes out too - but when reaching the last page of the form and clicking "submit" it's like the text boxes were never filled out and they are now empty.
About a month ago I ran across an answer where the respondent said that some javascript code can detect whether a key was pressed or not - and he provided a fire event solution that works around it - but now I can't find that answer anywhere.
I suspect that might be my problem. Can anyone tell me what the work around is to fire this sort of key pressed event?
About a month ago I ran across an answer where the respondent said that some javascript code can detect whether a key was pressed or not - and he provided a fire event solution that works around it - but now I can't find that answer anywhere.
I suspect that might be my problem. Can anyone tell me what the work around is to fire this sort of key pressed event?