NetTalk Central

Author Topic: Refresh a browse from an a-tag  (Read 3182 times)

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 423
    • View Profile
    • Email
Refresh a browse from an a-tag
« 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

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11239
    • View Profile
Re: Refresh a browse from an a-tag
« Reply #1 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

Niels Larsen

  • Sr. Member
  • ****
  • Posts: 423
    • View Profile
    • Email
Re: Refresh a browse from an a-tag
« Reply #2 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.