Forum Moderators: open
To make this more of a challenge, the site is not structured in any conventional manner nor is it in any form of hierarchy (there is some structure, but it can not help here). This means that the typical url is very basic, for example:
www.OneOfManyDomains.com/article-title
After the user has completed the form, I need to have obtained a list of URLs or TITLEs from the selected pages.
There are a few ways that I thought I could do this:
Use a combobox to let the user select a page title or url. The problem with this is that I think it is stupid to have a combobox with more that 500 entries.
A Javascript cross between a Combobox and an Auto-completing-textbox. This would allow the users to select a page without entering in all of the Title/Url, but the users might not know what they are looking for.
Popup a new page that allows the user to explore the site, and the click a button to input the current page into the form, but even my popup blocker will stop this.
Display a list of the most often selected, but I still would like all pages to be able to be selected.
Provide an iFrame that allows users to browse the site and input the selected page into the form? I could perhaps also allow the iFrame to be set to a url that the user types in.
Provide a search box and iFrame so the the user can search, see the page they want.
Do you have any experience/ideas/opinions on how to select a few pages (from a non hierarchical site) on a form?