You could possibly use java to connect to mysql (jdbc, odbc) and then use
java to manipulate js objects on the page too. This would get tricky, but is
doable.
I would suggest you look into a server side language like PHP or Perl and
this way you have less problems across browsers and also js is incredibly
klunky, slow and prone to throw exceptions.
> -----Original Message-----
> From: colbey@stripped [mailto:colbey@stripped]
> Sent: Sunday, May 11, 2003 8:45 PM
> To: Bruce Douglas
> Cc: mysql@stripped
> Subject: Re: manipulating myqsl database from javascript function....
>
>
> you can't directly interface js with mysql of course.. it's a
> client side
> language.. but you could have js form and redirect a to a url
> (php script)
> with HTTP GET parameters and from that data, dump it into the
> database...
>
> would be very simple to get going..
>
>
> On Sun, 11 May 2003, Bruce Douglas wrote:
>
> > Hey...
> >
> > ARGGGHHH!! How do i interface with a mysql database from
> javascript?? I can
> > do it with perl/php/asp.. with no probs... but how do i
> have a jscript
> > function that allows me to insert/update a simple table..
> >
> > Baically.. I'd like something like the following...
> >
> > <jscript>
> > function foo(ndx)
> > {
> > query = "insert foo into table tmp"
> > do_query(query)
> >
> > }
> > </jscript>
> >
> > were the tmp table would now have value foo in the tbl...
> >
> > Thanks
> >
> > Bruce
> >
> >
> >
> > --
> > MySQL General Mailing List
> > For list archives: http://lists.mysql.com/mysql
> > To unsubscribe:
> http://lists.mysql.com/mysql?> unsub=colbey@stripped
> >
>
> --
>
> MySQL General Mailing List
>
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/mysql?> unsub=daevid@stripped
>