From: "dharm shankar" <dharm_shankar(at)rediffmail(dot)com>
To: pgsql-php(at)postgresql(dot)org, mfischer(at)josefine(dot)ben(dot)tuwien(dot)ac(dot)at, mfork(at)toledolink(dot)com
Subject:
Date: 2002-06-14 07:30:05
Message-ID: 20020614073005.16274.qmail@webmail20.rediffmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi

i want to use javascript variable in my php code.look on that
code.

<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>

pls send me solution as well as possible.

dharm
"Richie" <dugganr(at)student(dot)cs(dot)ucc(dot)ie>

_________________________________________________________
Click below to visit monsterindia.com and review jobs in India or
Abroad
http://monsterindia.rediff.com/jobs

Responses

  • Re: at 2002-06-15 02:18:11 from Andrew McMillan

Browse pgsql-php by date

  From Date Subject
Next Message Andrew McMillan 2002-06-15 02:18:11 Re:
Previous Message Surojit Niyogi 2002-06-13 16:21:15 Re: URGENT, ASSISTANCE, NEED