I have 2 html pages in my mobile application index.html and individual.html. Index.html page includes many virtual pages. I have a button in individual.html page. I want to link it to a virtual page in the index.html.
Is it possible?
How exactly it can be done?
Please help,
Thanks
You may create your linked button, in
individual.html, like this: the following to your link :Here is a working example of what could be your files
index.htmlandindividual.html:–
index.html:–
individual.html:Hope this helps mate.