JohnBo 0 Newbie Poster

I have created a webbrowser and then click on certain buttons. The first button clicked on creates a slip which appears on the page. Subsequent clicks add further info to that slip. I then save the page so I can check for click id's on the slip so I can click them automatically within my code. The problem is that the IE browser doesn't have the information for the slip when the page is saved.

I have run Chrome and IE standalone and if you go through the process with Chrome you can right click on a button/check box which adds an entry to the slip. You can then right click on the slip and inspect an element for a check box say and get th click ID for it. If you save the page in Chrome you can then find this ID in the htm page saved. This doesn't work for IE so it suggests it isn't a refresh issue.

Can someone tell me if there is a way to force the IE webbrowser to save all the info or a way of using Chrome instead of IE in the webbrowser.

Thanks in advance

Phil