click button "back" is not working correctly when used on "ess.do".

Hello everyone,

I have an employee list screen implemented using htmlviewer. Details of a record are viewed through a sclink://.

Question:
the click button "back" is not working correctly when used on "ess.do". I want the "back" button to return to the employee list screen.

Note: menu -> wizard.run

Looking forward to your insights and suggestions. Thank you! Blush


<a href=\"sclink://contacts:contact.name=&quot;" + f.contact_name + "&quot;\">" + ((f.contact_name == null) ? "" : f['contact.name']) + "</a>