NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on October 21, 2015, 04:04:18 AM
-
Hi
I think this i a simple question - but not for me.
I have a web-page with a browse. I need to refresh the browse from a "<a href="#">refresh </a>" tag.
But how? I think this is a JS question or??
Regards Niels
-
what is the name of the browse procedure?
I'm not sure of the context, but I expect you can refresh it with just
<a href="BrowseCustomers">Refresh</a>
Cheers
Bruce
-
Thanks!
A little more info.
I have a tree-control and a Browse on the webpage and use the tree-control as a filter. On each node i would like to refresh the Browse with a new filter setting.