Re: Accessing form elements before submit..

2002-05-07 Thread MARCOS LABORDE
You can do client processing in javascript but you can also put your values in hidden fields as you change your array of values, use one button for the final submit and other submit buttons disguised as preprocessing buttons. >>> onkar sangoram <[EMAIL PROTECTED]> 05/07/02 06:58AM >>> Hi , I b

(OT) Re: Accessing form elements before submit..

2002-05-07 Thread John Brooking
To expand a bit from a more general persective: The important distinction here is what is client-side and what is server-side. HTTP is a request/response protocol. So the interaction looks like this: 1) User (Client) requests page where your form is 2) Server delivers that page 3) User fil

Re: Accessing form elements before submit..

2002-05-07 Thread David vd Geer Inhuur tbv IPlib
Hi Onkar, Yes there is a solution, Javascript :) Maybe you'dd take a look at : http://codepunk.hardwar.org.uk/bjs.htm Believe me, it's easier than you think. Good luck. David > > Hi , > I badly need ur help regarding to the CGI scripts. > i have written one perl script to design a tree ,wi

Accessing form elements before submit..

2002-05-07 Thread onkar sangoram
Hi , I badly need ur help regarding to the CGI scripts. i have written one perl script to design a tree ,with recursive function in it. I am accepting parameters from the user () and then splicing the array.The things are fine. But when i want to put it in the web page,there will be a text-box