Dynamic populating of a view

I would like my customers to be able to choose a date from a combobox-field and when they choose a specific date a view will show all entries that that day (time and title). Should work in frameset with the combobox in the left frame and the view in the right frame. Can you do this without the use of javascript…how??

Subject: Dynamic populating of a view

This may help. Look at the parameter &RestrictToCategory. This allows you to display a View, but only show documents from a single category. Your combobox would dynamically change the URL in the other Frame to show only a single view category.

Normal:

http://www-10.lotus.com/ldd/nd6forum.nsf/CategoryAllThreadedWeb?Openview

Single category:

http://www-10.lotus.com/ldd/nd6forum.nsf/CategoryAllThreadedWeb?Openview&RestrictToCategory=Toolkits

Subject: RE: Dynamic populating of a view

Thanks, I will try that solution!

/Sune