Take this code snippet for example:
window.location.href = \'mysite.htm#images\';
Already being on the site mysite.htm and tri
mysite.htm
Works with most of the Mozilla browsers
Reset
Code Line:
window.location.href='#' or window.location.href=''
The last code will not work properly with IE