How to send multiple data with java script in ajax and redirect it to a welcome page like if i have a function.. script.js
function senddata()
{
//ajax code here
}
action.php
echo $_POST['username'];
//after successfully meats the value from my database, then it should be redirect to my welcome.php, it is not make possible. Please help me out in the same,