How to change the addressbar?

375 views Asked by At

I need to change the URL using Javascript, is that possible? If so, how can I do it?

2

There are 2 answers

0
epascarello On

You can go the way that Google Recommends for making Ajax apps crawlable using the window.location.hash

0
Israa Abd On
window.history.pushState({ page : x }, '', '/default.aspx?page=' + x);