perl.javascript...Re: Could someone help me on CGI-PERL-JAVASCRIPT table sorting problem by ramesh.kandula- June 13, 2006 Hello,The sortable libraries given at the following link are working when I load a simple html file containing a table display:http:www.workingwith.me.ukarticlesscriptingstandardista_table_sortingBut the same does not work when am using from a .cgi script. (Please look at below mail for my task description).I suspect the addEvent() (given at the end of the file: standardista-table-sorting.js) function is not triggered and hence my html table is not getting the headers clickable.Does someone...http://www.nntp.perl.org/group/perl.javascript/2006/06/msg50.html Re: Could someone help me on CGI-PERL-JAVASCRIPT problem by Larry Holcombe- June 8, 2006 Ramesh,Take a look at http:www.kryogenix.orgcodebrowsersorttable. This is a javascript only solution to your question. This saves calls to the server and is very fast.Larryramesh.kandulaskyworksinc.com wrote:> Hi,>> I have following task:> 1. An html page with a table of data displayed according to default > sorting based on a column data.> 2. I should have a collection of html form buttons, one for each above > table columns, displayed on the top of this page. The user...http://www.nntp.perl.org/group/perl.javascript/2006/06/msg49.html Could someone help me on CGI-PERL-JAVASCRIPT problem by ramesh.kandula- June 8, 2006 Hi,I have following task:1. An html page with a table of data displayed according to default sorting based on a column data.2. I should have a collection of html form buttons, one for each above table columns, displayed on the top of this page. The user would click on any of these column buttons. 3. Once any of the buttons is clicked, this same html page should be displayed back but with results sorted as per the chosen column through the button.I have following questions in this regard:Q1. I..http://www.nntp.perl.org/group/perl.javascript/2006/06/msg48.html How can I get the value of a form input whose name is in a Javascript variable by Neelay- June 8, 2006 Hi all,I have a Javascript variable, containing the name of an input-input_name = "document.myform.ip"How can I get the value of the input "ip" using the variable input_namein JavascriptAny help will be highly appreciated.Thanks,Neelay.http://www.nntp.perl.org/group/perl.javascript/2006/06/msg47.html |