javascript window.location.replace not workiing
iam using login with facebook using javascript
window.location.replace("/online/Subjects_home?email="+response.email+"?id="+response.id+
"?first_name="+response.first_name+"?last_name=
"+response.last_name+"");
web.config
how access /online/subject_home page
help me plz

Manas MohapatraPosted Jul 23, 2015, 1:35 AM
Chinna NethaPosted Jul 23, 2015, 1:23 AM
Upendra Pratap ShahiPosted Jul 23, 2015, 1:16 AM
window.location.replace("/online/Subjects_home?email="+response.email+"?id="+response.id+
"?first_name="+response.first_name+"?last_name=
"+response.last_name);
Manas MohapatraPosted Jul 23, 2015, 12:39 AM
Chinna NethaPosted Jul 22, 2015, 10:08 PM
Manas MohapatraPosted Jul 22, 2015, 1:58 PM
Chinna NethaPosted Jul 22, 2015, 1:54 PM
FB.login(function (response) {
if (response.authResponse) {
//error
}
});
Manas MohapatraPosted Jul 22, 2015, 1:49 PM