Very Urgent:Please help me related to search

Hello frens, I need help…it’s very urgent for me …Actually I want to use search facility in my site but it’s like there is a ListBox and a TextBox …After selecting an option from the ListBox user can enter the string in the Textbox and then he can search that specific string in that particular view selected from the Listbox…

I made a simple searchbox having a textbox as explained by Jake on Codestore.net …There is a search under feedback section in which he used the radio buttons instead of ListBox …I want the same functinality…

Can anyone help me

I want the solution urgently…

I’m giving the site address …

http://www.codestore.net/store.nsf/feedback/

go to this link and then enter some string in the search box like search and then the page will open which i need…Any help would be highly appreciated

Thanx in advance

kanishka

Subject: Very Urgent:Please help me related to search

Have you tried getting the value from the list box and then using that to define the view? Either using the listbox selected value to define the keyword lookup or the View name

Subject: RE: Very Urgent:Please help me related to search

I tried it but that is not working …I’m not much familiar with Lotus Notes that’s y …I got the same search on IBM site

This site has the same searchbar which I need…

I tried the steps given on codestore.net that is working fine but now i have to make this type of searchbox…

Please tell me something related to this.

thanx for ur reply

Kanishka

Subject: RE: Very Urgent:Please help me related to search

Hi Kanishka,

Try using Combobox instead of List box as it must be single selection, and also give alias to the values you display in combobox so when user select s value in combobox( alias ) you get actual value ( viewname) and can use same in your query.

Hope this can solve your problem.