Anchor tag in ZOHO Creator HTML Page

Anchor tag in ZOHO Creator HTML Page

Hi,

I was trying to add Anchor tag in ZOHO Creator page but it seems it is not working correctly . When I click on anchor link it jumps to the location but instantly the entire page is reloading . That is not something anchor tag should be . It should only jump to specific location not reloading the page.

I tried below 

  1.  <a href="#FlightTool">Flight Tool</a>
  2. <a name="FlightTool"></a>

Did anyone try the same ?

Thanks

Arfater