I was trying to load new php page from one the PHP page using Jquery.
window.location = 'admin-editcp.php'; //no success
$(location).attr('href','admin-editcp.php'); // no success
Checked my browser JS is also enabled. I tried it with Mozila, IE and Chrome.
Then i manage site in dreamweaver and I checked it there via live preview and when i clicked in click event, it loads properly.
But not in the above two methods with 3 browser.
I am confuse that what is missing here????
What I have tried: