DMXzone Database Connector PHP Support Product Page

Answered

Filtering Asynchronosly

Asked 01 Nov 2013 08:09:40
1
has this question
01 Nov 2013 08:09:40 Andrew Paget posted:
I am currently working my way through Database Connector. I reviewed the tutorial on how to implement a filter using a form value so that I can view the exact items I wish to view.

Am I missing something here. When submitting the form to filter the items list, can it be done asynchronously, so the page does not refresh? I don't see a tutorial explaining how this is done?

Replies

Replied 01 Nov 2013 10:05:04
01 Nov 2013 10:05:04 Teodor Kuduschiev replied:
Hello Andrew,

It seems to me you are using a submit button within a form tag, which is not required.
You do not even need form tag, but form elements like (text field, select field etc..) and a simple button (not a submit one). This way the content is being loaded without refreshing the page.
Replied 01 Nov 2013 10:53:21
01 Nov 2013 10:53:21 Andrew Paget replied:
Thanks Teodor

You are right, My DW was set to include a form when inserting buttons, select etc .

Have to remember to forget the old ways!

Reply to this topic