This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_001_01C1AE47.9215B3E4
Content-Type: text/plain;
charset="iso-8859-1"
Best way is (IMHO) to reload the page with a querystring...
<select onchange='location.href="thispagesurl.asp?myVal="+this.value' />
you can get the value by request.querystring that way....
-----Original Message-----
From: farooq [mailto:farooq@c...]
Sent: Tuesday, February 05, 2002 5:57 AM
To: javascript
Subject: [javascript] how to get data in javascrip from SQL Server
hi
i want to put a event in javascript when user click on select box
other textbox show the value on behalf of select box value from database
how?
how i'll get data in javascript from SQL Server?
please help me out soon