+ 1
how to reload page in Solo learn with a button
I want to know how to reload page on button click
5 Réponses
+ 1
You can do that with JavaScript
Use:
location.reload();
+ 1
Then use any from this list :: 😁
location = location
location = location.href
location = window.location
location = self.location
location = window.location.href
location = self.location.href
location = location['href']
location = window['location']
location = window['location'].href
location = window['location']['href']
location = window.location['href']
location = self['location']
location = self['location'].href
location = self['location']['href']
location = self.location['href']
location.assign(location)
location.replace(location)
window.location.assign(location)
window.location.replace(location)
self.location.assign(location)
self.location.replace(location)
location['assign'](location)
+ 1
Thanks guys
0
but it does not work and shoes empty screen,can you help me with code ,I am inserting it .