Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
M'karlo webforumsuser@macromedia.com #1
checkbox-driven page-content filter
I'd like to provide a client-side function to give the user the abiliity to filter a results set, after a search. As an example, a user searches for all restaurants in San Francisco. The results display all restaurants along with a checkbox control enabling the user to show only those restaurants categorized accordingly:
[x] Expensive
[x] Affordable
[x] Cheap
In this case, all restaurants would display, and if the user de-selects Expensive and Affordable, then only the Cheap restaurants would display. I'd like to do that without hitting the server again. I thought this could be done in Javascript, but haven't found an example I could work with. Is this something I can do in DHTML? Can anyone get me closer to a solution?
M'karlo webforumsuser@macromedia.com Guest
-
How do I Include content (another page) in a WEeb [page
I need some help. I?ve been using MS Front Page for the last 6-7 yrs. In MS FP there is a way to include an html file into another html file. ... -
How To: Display content page to page w/ different domain
Greetings - Domain 1 = State Domain 2 = County What I would like to accomplish, is display 12 lines of code from a web page under "domain 1"... -
Securing content via .NET ISAPI filter
I’m trying to protect some content on a web application from un-authenticated users based on forms authentication. So far I’ve added the... -
pass dynamic checkbox values to results page?
ASP VB Access db Help! I'm trying to pass the results of dynamic checkboxes to a results pages. What's the easiest way to get this accomplished?... -
Page Filter in C#
Your opinion is appreciated. I am thinking about building a role-based security module for my web based application. Here is what I have in... -
rob :: digitalburn #2
Re: checkbox-driven page-content filter
It would be pretty easy, there are a whole load of different techniques you
could use, either using checkboxes in a form or just plain links. Each
result would have to have a tag included with it, say in an array, and you'd
need a function that when called would show or hide each result based on
that tag... is this making any sense?
M'karlo wrote:> I'd like to provide a client-side function to give the user the
> abiliity to filter a results set, after a search. As an example, a
> user searches for all restaurants in San Francisco. The results
> display all restaurants along with a checkbox control enabling the
> user to show only those restaurants categorized accordingly:
>
> [x] Expensive
> [x] Affordable
> [x] Cheap
>
> In this case, all restaurants would display, and if the user
> de-selects Expensive and Affordable, then only the Cheap restaurants
> would display. I'd like to do that without hitting the server again.
> I thought this could be done in Javascript, but haven't found an
> example I could work with. Is this something I can do in DHTML? Can
> anyone get me closer to a solution?
rob :: digitalburn Guest
-
M'karlo webforumsuser@macromedia.com #3
Re:checkbox-driven page-content filter
Thanks Rob!
Yes, that makes perfect sense, but I need to know HOW to go about doing it. Is this a javascript implementation? If so, are there examples you can point me to?
M'karlo webforumsuser@macromedia.com Guest
-
rob :: digitalburn #4
Re: Re:checkbox-driven page-content filter
Yes, you can do it entirely with JavaScript, although you'd need to get your
PHP to write a little more info to the page in the first place to make
things a bit easier (depending on how you do it). I don't know any examples
I'm afraid, it's the kind of thing I usually figure out by myself :)
M'karlo wrote:> Thanks Rob!
>
> Yes, that makes perfect sense, but I need to know HOW to go about
> doing it. Is this a javascript implementation? If so, are there
> examples you can point me to?
rob :: digitalburn Guest



Reply With Quote

