[Proto-Scripty] Re: ASP, MySQL, and Sortables

2010-01-20 Thread vElentari
Thanks for the input.. I got the first part of it working, just by creating the list after selecting the records from the mysql db.. strSQL = SELECT _ * _ FROM _ _creditreason set objRS = objConn.Execute(strSQL) buildCreditReasons = ul id=myList class=listClass dim blnChecked if

[Proto-Scripty] Re: ASP, MySQL, and Sortables

2010-01-14 Thread ColinFine
On Jan 13, 3:23 pm, vElentari jackien1...@gmail.com wrote: I'm learning ASP, MySQL, and javascript all crash-course style right now, so please forgive me ahead of time for my ignorance!  :) I'd like to use the Sortable feature on a page to reorder list elements.  The elements are in a MySQL

[Proto-Scripty] Re: ASP, MySQL, and Sortables

2010-01-13 Thread david
Hi vElentari, If your looking some ASP code, you should better go on a ASP group. If you'll have some HTML code and can't figure out how to start with scriptaculous, just start at the beggining: http://wiki.github.com/madrobby/scriptaculous/sortable And if you have trouble to achieve what your