Hi, I changed the way I wanted to work.
I removed the browser object, and in turn I used ValerypopoffJS to load js files on the start of the event system.
Then I used Function to called a method in the loaded javascript files. I have a functioned names "initialize". When I call the function using Function object, I get the following error.
Construct 2] Function object: called function 'initialize', but no event was triggered. Is the function call spelt incorrectly or no longer used?
Whow to sort this out?