NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Niels Larsen on October 21, 2015, 04:04:18 AM

Title: Refresh a browse from an a-tag
Post 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
Title: Re: Refresh a browse from an a-tag
Post by: Bruce on October 21, 2015, 05:33:33 AM
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
Title: Re: Refresh a browse from an a-tag
Post by: Niels Larsen on October 21, 2015, 06:03:36 AM
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.