Re: Event loadend not execute when change page in javascript
Posted: Wed Jun 27, 2018 8:22 am
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 :
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")