In my javascript code, in some point, i need to refresh the window (user has uploaded new image but in page still can see it)
i am wondering why is
location.href = location.href
not refreshing the window?
|
In my javascript code, in some point, i need to refresh the window (user has uploaded new image but in page still can see it) i am wondering why is
not refreshing the window? |
|||
|
|
|
If you are wanting your to redirect your page, use:
Or, if it is a simple case of refreshing the page:
|
|||||
|
|
To refresh the window try:
|
|||
|
|
if you really really need to refresh the page you should do
|
|||||||||
|