Question
Sort order question
Hello, all.
I have a client who would like to have the ability to change the order in which sub navigation items appear on their site.
I've got it to the point where if the SO is changed in the database, that change is reflected on the site. But currently the change has to be manually done via Enterprise Manager.
The next step is to set up the CMS so that the SO can be changed. I'm looking into a javascript solution that displays all items in a select object (size=number of records in recordset) and the items can be "dragged" to whatever position in the list the user wants.
My ideas end, there. Any suggestions on how to pass that information to the database for the update? Should I use an array? Where do you recommend I go, from here?
Thanks,
^_^
I have a client who would like to have the ability to change the order in which sub navigation items appear on their site.
I've got it to the point where if the SO is changed in the database, that change is reflected on the site. But currently the change has to be manually done via Enterprise Manager.
The next step is to set up the CMS so that the SO can be changed. I'm looking into a javascript solution that displays all items in a select object (size=number of records in recordset) and the items can be "dragged" to whatever position in the list the user wants.
My ideas end, there. Any suggestions on how to pass that information to the database for the update? Should I use an array? Where do you recommend I go, from here?
Thanks,
^_^
