How do I go back to home using Javascript?
I am here...
localhost/Home/Alpha/Beta.aspx
if i use this windows.location("Home.aspx"); it gets an error.
Thanks in advance!
How do I go back to home using Javascript?
I am here...
localhost/Home/Alpha/Beta.aspx
if i use this windows.location("Home.aspx"); it gets an error.
Thanks in advance!
 
    
    It is:
window.location = 'url' 
