24
Views
3
Comments
Solved
how create a functionality like, broswer back arrow clicking functionality

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

2024-05-22 06-12-56
Vignesh Prakash
Solution

Hi @Priya Naveen

Please refer to the attached OML, I believe it might help.

Thanks,
Vignesh Prakash.

BrowserBack.oml
2024-05-02 11-20-07
Bas Klein

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. 

2024-04-18 08-00-54
Mayur Shrirame

Hi Priya Naveen,

Kindly go through the below discussion. 

https://www.outsystems.com/forums/discussion/80171/browser-back-button/#Post416345


Thanks,

Mayur

2024-05-22 06-12-56
Vignesh Prakash
Solution

Hi @Priya Naveen

Please refer to the attached OML, I believe it might help.

Thanks,
Vignesh Prakash.

BrowserBack.oml
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.