In my web application, I am throwing search result on the WQS agent using print statement, everything works fine now my question is that I would like to generate a html button using lotuscript WQS agent on the search result page that would say " Go back to search page" and putting js code like
history.goback(-1)
Can anyone please help me how to achieve using lotusscript agent ? I know we can do this using document.write but not sure how to do that. and also i want to put this button on top right corner of the result page.
Thanks