Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

Feedback: Turning Tables Into Selection Lists

Feedback on: Turning Tables Into Selection Lists

Sent by b.netherwood on April 04, 2000 at 07:40:58: - feedback #1035

Worth:
Worth reading

Comments:
well presented and easy to understand - it helped me to see how javascript can be incorporated without too much pain.


Sent by Lakshmi on June 08, 2000 at 07:41:27: - feedback #1334

Worth:
Very worth reading

Comments:
Is there any way to dynamically populate the list from a tabl instead of hard coding the whole list? Thank you


Sent by Divya Vijayvargiya on October 21, 2000 at 07:00:58: - feedback #1898

Worth:
Very worth reading

Comments:
Can u please help me ? Actually I am doing as written in your code with a slight difference.My table is not in a frame but in a HTML form.And before the table there are two input boxes,one combo box,and ofcourse table headings.So the highlighted row is not placing correct as per your code because the table is not at the top of the screen.Can u give me some help to get the x,y co-ordinate of HTML table in javascript dynamically so that i can move the highlight layer at that X, Y position of the table.


Sent by BILL EMERY on March 19, 2001 at 10:31:42: - feedback #2506

Worth:
Very worth reading

Comments:
bravo, another step in the direction of full fledge app development. im going to use this
example to build an invoice screen, so that users can manually
edit/create an invoice.
this example solves the problem
(partly) of having dynamic length
screens.



Sent by billemery on April 10, 2001 at 14:54:56: - feedback #2608

Worth:
Worth reading

Technical:
Not technical enough

Comments:
this example doesnt use real data: all data is hardcoded into
the page with no insight as to how data would be put in the page. also there's nothing about copying data from the
'details form' back to the table
that replaces the select list
sort of a one way article.
good stuff though.



Sent by PSECU on May 15, 2001 at 15:24:32: - feedback #2733

Worth:
Very worth reading

Comments:
Greetings...

I would like to see someone combine the code from 'Turning Tables Into Selection Lists' and 'Dynamic Table Sorting'. It would also be great to have the ability to pull the data from a database, and have it updatable to that database.

cpetrou@psecu.com
http://www.psecu.com


Sent by Brett Merkey on July 28, 2001 at 17:15:59: - feedback #3025

Worth:
Not worth reading

Comments:
I thank the author for attempting to do something valuable but this is not anything but smoke and mirror conjuring.

If all the table data must be hardcoded into the script, what good is it? Real world situations have no relation to this example.


Sent by David on September 11, 2002 at 20:44:06: - feedback #4144

Length:
Just right

Comments:
Hi

Interesting article.

However, it doesn't seem to work in Netscape 6+ or Mozilla

'Layers has no properties'! error.

David


Sent by Srinivas Gopalam on Thursday June 07, 2007 at 06:57:41 - feedback #4679

Worth:
Very worth reading

Length:

Technical:

Comments:
It is very worthful,
thanks for ur hardwork to make it simple to understand




©2018 Martin Webb