| From: | "dharm shankar" <dharm_shankar(at)rediffmail(dot)com> |
|---|---|
| To: | "Andrew McMillan" <andrew(at)catalyst(dot)net(dot)nz> |
| Cc: | pgsql-php(at)postgresql(dot)org, mfischer(at)josefine(dot)ben(dot)tuwien(dot)ac(dot)at, mfork(at)toledolink(dot)com |
| Subject: | Re: |
| Date: | 2002-06-15 10:37:12 |
| Message-ID: | 20020615103712.21288.qmail@webmail16.rediffmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Keary Suska | 2002-06-16 17:55:24 | Re: |
| Previous Message | Andrew McMillan | 2002-06-15 02:18:11 | Re: |