|
-
Mar 20th, 2001, 06:43 PM
#1
Thread Starter
Member
Hi,
I have a table tag with four columns on the web page.
It has around 50 rows of data, which iam populating from a ADODB recordset.
Can i know the code(Javascript or Vb script)so that i can click the columns(which is the top TD tag in the table tag) on the top of the table and the contents of the table tag sort accordingly.
Thanks in advance
Srini
-
Mar 21st, 2001, 01:47 PM
#2
easiest way to do this is to put everything in a form, `post you form when the click-event is triggered and then post a new query to your database with an other 'order by' (the post action goes to the same page of course)
see what I mean?
-
Mar 21st, 2001, 03:04 PM
#3
Thread Starter
Member
Thanks
Thanks for the reply
It helps.
Srini
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|