Hi all, I am trying to create a testing interface for some elearning work I am doing. I want to make a button called next to drive a captivate8 module interface via javascript. I can get the javscript to work fine but not via the button. I am using the onclick event but I have to physically click the browser screen to get it to work instead of doing this directly from the button. Can any one suggest a way to do this? This is what I am using: Func Button1Click() _IEHeadInsertEventScript($oIE, "document","onclick","cpAPIInterface.next();") EndFunc