back button in webspeed

uranicjhonny

New Member
Hi
WebSpeed there any procedure, any function
that when he enters the page with the back button
run some code?

Thanks for your answers
 

Casper

ProgressTalk.com Moderator
Staff member
Do you mean the browser backbutton?

If so then this is outside the scope of the application. The browser backbutton just takes out the last viewed page from cache e.g in javascript: history.back(). You could write some javascript onload of the page, but you will not know if you came there by using the back button or not.

Casper.
 

uranicjhonny

New Member
Thanks, if I speak of the web browser button
so would have to interact javascript and then send a variable to progress?
as there is no function in java that is finally and check when exiting the page?
Thanks casper
 
Top