Chinna Netha

Chinna Netha

  • NA
  • 261
  • 67.1k

javascript window.location.replace not workiing

Jul 22 2015 1:27 PM
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 
<authorization >
<deny users="?"/>
</authorization>
 
how access /online/subject_home page
help me plz

Answers (8)