jquery - Move to another url -


i inherited code moves page, page url. $('body').html(page); works there no way use ie button move previous page.

i'm looking better ways move url preserve pages in ie button.

ideas?

use javascript function

window.location.replace() 

Comments