FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour How can I excecute javascript "../js/#page-2"?
Posts: 57
Joined: Sun Apr 12, 2009 10:51 AM
How can I excecute javascript "../js/#page-2"?
Posted: Sat Apr 02, 2022 06:07 AM
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

Continue the discussion