Re: - Mailing list pgsql-php

From dharm shankar
Subject Re:
Date
Msg-id 20020615103712.21288.qmail@webmail16.rediffmail.com
Whole thread Raw
In response to  (Arun k.v <arungurikar@usa.net>)
Responses Re:  (Keary Suska <hierophant@pcisys.net>)
List pgsql-php
Hi

  Sorry.But again i  describe what i want.I want to receive(In php
code because i want to use this value in sql statement.) value of
the variable l2 Within script tag.

    <script>

      function ch(list)
       {
         var l2;
         l2=list.option.text;
         //i want to send the value of l2 in php file/code.
      }
     </script>

  <html>
  <select name="dd" onChange="ch(this);">
  <option>dd</option>
  <option>www</option>
  <option>ww</option>
  <option>dsfd</option>
  </select>
  </html>
If u have solution then send me as soon as possible.Also tell me
is any method in php for event handle.
dharm.

_________________________________________________________
Click below to visit monsterindia.com and there is always a
better job for you at http://monsterindia.rediff.com/jobs


pgsql-php by date:

Previous
From: Andrew McMillan
Date:
Subject: Re:
Next
From: Keary Suska
Date:
Subject: Re: