I am using form which submit by ajax form submit. On success ajax submit i will change page to another file and also i need to print my success data in my upcoming page. Like $.(home.html#main).append("some value ");
my form is in index.html file and i want to change my page to home.html
Asked
Active
Viewed 36 times
1

muecas
- 4,265
- 1
- 8
- 18

Prashanth v
- 202
- 3
- 15
-
2You can not do it. Either you need to add the message in the URL or set the message in the localstorage and retrieve it on any page you want. – Rohit.007 Jun 02 '18 at 17:18
-
1Possible duplicate of [Share data between html pages](https://stackoverflow.com/questions/11609376/share-data-between-html-pages) – Mikey Jun 02 '18 at 17:19