lrrajesh
06-03-2005, 04:35 AM
how can i fetch data from database in javascript array.
can anyone provide the script for it
thanks
can anyone provide the script for it
thanks
|
Click to See Complete Forum and Search --> : how can i fetch data from database into javascript array. lrrajesh 06-03-2005, 04:35 AM how can i fetch data from database in javascript array. can anyone provide the script for it thanks Charles 06-03-2005, 05:43 AM That you cannot do, not with just JavaScript. Your best bet is to use some sort of server side scripting to include the data formatted as JavaScript. But as JavaScript is pretty iffy, if you have access to server side scripting you are better off just doing the whole thing on the server. Different browsers do support different ways of using JavaScript to grab an XML file. If you want to go this route, you will have to tell us just which browser you want to support. lrrajesh 06-03-2005, 06:16 AM hi charles thank u for ur attention i would prefer to wotk in IE . if it can work in mozilla then fine. if xml is using then how it is done . or can i use asp code for. please show it . webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |