I've searched Google but can't find out if this is possible:
Can I connect to an MSSQL database via Javascript and populate a drop down list?
Any help greatfully received.
Cheers
Mick
ACJavascript
11:15 am on Apr 25, 2005 (gmt 0)
Sorry to say but javascript is client-side. This means no :(
giggle
11:28 am on Apr 25, 2005 (gmt 0)
Thanks ACJavascript, should have realised that.
Where did I put that drawing-board?
orion_rus
12:20 pm on Apr 25, 2005 (gmt 0)
The tehnique is follows, you have an iframe and then user presses a key you ask a server in iframe to search for result with this input parameters. Server returns you a result and you onload of iframe put it to a container what you can see in a google Good luck to you