SpiderBear6
Programmer
Hi all,
I have a web page which has a list of registrations on it. On this same page, I have a Search button which goes to another web page where the user can select criteria to specialise the registrations shown. For example, if they selected to only show user (as opposed to company) registrations on the search page then when they clicked ok on the search page, they would be taken back to the registrations web page with only the user registrations showing.
Each registration is associated with a particular licence. In the search page, I want the users to be able to search a particular licence. So for example, if they select licence 23 then only the registrations for licence 23 will be shown in the registrations list. Unfortunately the users don't know the licence numbers of the licences so I need to show a list of licences that the user can select from. Initially I thought I would just bring up another page with all of the licences that the user can select from, but then I thought I might have problems going back to the search page with the selected licence number. Another way I thought of was to have the licence list in a frame in the search page, so that if the user wanted to search based on the licence, then they would click on a button, the licence frame would become visible, they would select the licence and I would put that number in the search page.
I think the frame would be a cleaner approach because it would all still be on the same page, but does anyone have any better ideas?
Thanks in advance.
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 - "A Distant Star"
I have a web page which has a list of registrations on it. On this same page, I have a Search button which goes to another web page where the user can select criteria to specialise the registrations shown. For example, if they selected to only show user (as opposed to company) registrations on the search page then when they clicked ok on the search page, they would be taken back to the registrations web page with only the user registrations showing.
Each registration is associated with a particular licence. In the search page, I want the users to be able to search a particular licence. So for example, if they select licence 23 then only the registrations for licence 23 will be shown in the registrations list. Unfortunately the users don't know the licence numbers of the licences so I need to show a list of licences that the user can select from. Initially I thought I would just bring up another page with all of the licences that the user can select from, but then I thought I might have problems going back to the search page with the selected licence number. Another way I thought of was to have the licence list in a frame in the search page, so that if the user wanted to search based on the licence, then they would click on a button, the licence frame would become visible, they would select the licence and I would put that number in the search page.
I think the frame would be a cleaner approach because it would all still be on the same page, but does anyone have any better ideas?
Thanks in advance.
--------------------------------------
"We are star-stuff. We are the universe made manifest trying to figure itself out."
-- Delenn in Babylon 5 - "A Distant Star"