Click here to Skip to main content
15,892,072 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I am using Backbone.js and cordova to create android app , we are creating a login form for our app, for login we are using ajax call to the web service , can any one say that what code should be written int the Success: function(){------} of Ajax function so that it redirect to another html page after successful login---- Thanks in Advance
Posted

1 solution

function(){ window.location.href = "examplePage.html";}
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900