how can i edit the window.location.search value in netscape, and then reload the bare with another search value?
I have tried with
if(window.location.search=="?reload=true"
{
window.location.search = ?reload=false&random= + Math.random();
window.location.reload(true);
}
tis will not work, the page are reloading with the old value..
Can anybody help me? PLEASE!!
I have tried with
if(window.location.search=="?reload=true"
window.location.search = ?reload=false&random= + Math.random();
window.location.reload(true);
}
tis will not work, the page are reloading with the old value..
Can anybody help me? PLEASE!!