Page 1 of 1

Re: Event loadend not execute when change page in javascript

Posted: Wed Jun 27, 2018 8:22 am
by salvadordf
I just uploaded a new version of the MiniBrowser demo that shows the frame name in the statusbar using the TChromium.OnLoadEnd event.

If you load the following web page and click the "Load new document" button you will see the loaded frame names :
https://www.w3schools.com/js/tryit.asp? ... loc_assign

That web page uses this JavaScript code to load a new page :

Code: Select all

window.location.assign("https://www.w3schools.com")