Redirect the page using Javascript – HTML or PHP
Hi Friends, We can redirect the current page to some other new page using Javascript in HTML or PHP page. The window.location object can be used to get the current page address to redirect new page. This operations performe in html page like on page load, onclick event etc. Here I explain redirect the page… Read More »