Dear deveopers,
In web page, I am trying to execute (call) below java to move into next page.
<a href="../static/js/#page-2" class="page-link">2</a>
In old days, it was possible to execute java as below...
oAx:oActiveX:Document:ParentWindow:ExecScript( cMove ,"javascript")
But, in above case, ExecScript was not working...
https://www.foodsafetykorea.go.kr/portal/healthyfoodlife/searchHomeHF.do?menu_grp=MENU_NEW01&menu_no=2823
Please see below.
Thanks for your advice..
Y.W.Kim