un ancora con numero funziona benissimo comunque ho messa una lettera davanti ma no va ho trovato su internet :
The anchor is supposed to allow someone to get to certain part of a page quickly without having the page reload. This is why the page doesn't reload with an anchor. You can still use javascript to complete this the long way by adding this code into ParentListPage.asp:
quindi l'ancora non mi lascia caricare la pagina c'è una procedura in js ma no mi funziona
perchè cerca il numero nell'indirizzo ma io ho altri numeri
ho provato modificando questo codice ma non sono ancora arrivato alla soluzione
# <script type='text/javascript'>
# var ancor=location.search;
# if(ancor != null && ancor.indexOf("=") > 1)
# {
# window.location.href="#"+parseInt(ancor);
# }
# </script>