Click here to Skip to main content
15,902,938 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: add a background to every page Pin
Paul Watson7-Mar-02 6:07
sitebuilderPaul Watson7-Mar-02 6:07 
Generalprevent files from opening in the browser Pin
6-Mar-02 20:43
suss6-Mar-02 20:43 
GeneralRe: prevent files from opening in the browser Pin
mortrr7-Mar-02 10:44
mortrr7-Mar-02 10:44 
Generalbound datalist to database Pin
Mazdak6-Mar-02 8:10
Mazdak6-Mar-02 8:10 
GeneralJavascript Sorting Problem Pin
Nick Parker6-Mar-02 6:32
protectorNick Parker6-Mar-02 6:32 
GeneralRe: Javascript Sorting Problem Pin
mortrr7-Mar-02 10:56
mortrr7-Mar-02 10:56 
GeneralRe: Javascript Sorting Problem Pin
Nick Parker7-Mar-02 18:19
protectorNick Parker7-Mar-02 18:19 
GeneralRe: Javascript Sorting Problem Pin
mortrr7-Mar-02 21:52
mortrr7-Mar-02 21:52 
It can be done in the browser, including NS (but only NS6).

Give all cells an ID.
Cell_00_00 - Cell_00_01 - Cell_00_02
Cell_01_00 - Cell_01_01 - Cell_01_02
Cell_02_00 - Cell_02_01 - Cell_02_02

Create an Array for client-side javascript that contains all data (no need to read data from the table, before each sort).

On click, sort the data (same array or to new array) and insert cell by cell.

- Morten
GeneralRe: Javascript Sorting Problem Pin
Nick Parker8-Mar-02 5:51
protectorNick Parker8-Mar-02 5:51 
GeneralRe: Javascript Sorting Problem Pin
mortrr8-Mar-02 6:10
mortrr8-Mar-02 6:10 
GeneralRe: Javascript Sorting Problem Pin
Nick Parker8-Mar-02 6:16
protectorNick Parker8-Mar-02 6:16 
GeneralRe: Javascript Sorting Problem Pin
mortrr8-Mar-02 6:22
mortrr8-Mar-02 6:22 
GeneralRe: Javascript Sorting Problem Pin
11-Mar-02 1:19
suss11-Mar-02 1:19 
GeneralGood drop down menu example Pin
alex.barylski5-Mar-02 13:40
alex.barylski5-Mar-02 13:40 
GeneralRe: Good drop down menu example Pin
Chris Maunder6-Mar-02 3:10
cofounderChris Maunder6-Mar-02 3:10 
GeneralRe: Good drop down menu example Pin
alex.barylski6-Mar-02 13:05
alex.barylski6-Mar-02 13:05 
GeneralRe: Good drop down menu example Pin
Nick Parker6-Mar-02 6:36
protectorNick Parker6-Mar-02 6:36 
GeneralLoading URL in current window Pin
alex.barylski5-Mar-02 11:25
alex.barylski5-Mar-02 11:25 
GeneralRe: Loading URL in current window Pin
alex.barylski5-Mar-02 11:52
alex.barylski5-Mar-02 11:52 
Generallog out on close window Pin
jakewilliamson5-Mar-02 8:06
jakewilliamson5-Mar-02 8:06 
GeneralVS.NET keeps touching MY code! Pin
Paul Watson4-Mar-02 22:48
sitebuilderPaul Watson4-Mar-02 22:48 
GeneralRe: VS.NET keeps touching MY code! Pin
Josh Knox (disabled)5-Mar-02 5:45
Josh Knox (disabled)5-Mar-02 5:45 
GeneralI need some information Pin
Mazdak4-Mar-02 5:27
Mazdak4-Mar-02 5:27 
GeneralRe: I need some information Pin
omkamal4-Mar-02 7:06
omkamal4-Mar-02 7:06 
GeneralRe: I need some information Pin
Mazdak4-Mar-02 8:50
Mazdak4-Mar-02 8:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.