|
November,2008 (1)
|
|
September,2008 (1)
|
|
August,2008 (1)
|
|
June,2008 (3)
|
|
May,2008 (1)
|
|
April,2008 (5)
|
|
March,2008 (1)
|
|
February,2008 (1)
|
|
January,2008 (9)
|
|
November,2007 (1)
|
|
April,2006 (2)
|
|
Show All
|
|
|
|
|
|
location.replace
-
12.01.2008
|
|
We commonly set the new page address to window.location.href property to redirect a page at client side via javascript. window.location.replace is a function that provides same functionality however it also loads the new url over current history entry. Redirection with this function does not allow users navigate to the previous URL by using browser's Back button. And finally window.location.relpace('newPage.html') is the syntax of this function.
|
|
Clues,Codes
|
|
|
|
|
|
|
|
|