Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: how to get data in javascrip from SQL Server


Message #1 by "farooq" <farooq@c...> on Tue, 5 Feb 2002 15:56:46 +0500
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
 

 



  Return to Index