i have created a webpage , like kind of application form, i have added this link in a 2 different web pages, from any of the website by clicking on that link tag they will redirect to our application form,
onclick of child application logo
here the problem , in header logo if anyone click on that we usually will refresh the page or redirect to home, but here i have 2 parent pages(2 home pages), so if someone clickon applictaiontitle or logo of our child application how to redirect to actual parent website which we came from (like kind of broswer back button functionality required)
suggest me
Hi @Priya Naveen,
Please refer to the attached OML, I believe it might help.
Thanks,Vignesh Prakash.
You can implement a feature in OutSystems that simulates the browser’s back button functionality. Use JavaScript’s window.history.back() function in a client action. This will redirect users to the actual parent website from where they came when they click on the application title or logo.
Hi Priya Naveen,
Kindly go through the below discussion.
https://www.outsystems.com/forums/discussion/80171/browser-back-button/#Post416345
Thanks,
Mayur