This topic is locked

history back button

11/21/2012 2:25:35 AM
PHPRunner General questions
C
chanpeter88 author

I want to insert new button for back page. how to apply javascript window.history.back() to button ?

T
Tempus_Erus 11/21/2012



I want to insert new button for back page. how to apply javascript window.history.back() to button ?


window.history.go(-1);
in the client before/after event in the insert button feature.