View Single Post
  #13 (permalink)  
Old 11-18-2007, 02:54 AM
mikmik mikmik is offline
WebProWorld 1,000+ Club
 
Join Date: Aug 2003
Location: Edmonton, AB, Canada
Posts: 1,527
mikmik RepRank 2mikmik RepRank 2
Default Re: AJAX and javascript calling javascript

Quote:
Originally Posted by krnl View Post
The script on the other site queries their database and provides me with the output from that query. It's just how they did it. I would like to essentially sync my database value with theirs using the output that is available.

I haven't had a chance to work on this for the last couple of days, but I do appreciate the replies that I have received and will be visiting them for information when I get back into this.
You said you are getting a js from the other site. This is not a db query, you can easily query an SQL DB remotely, but js?
I don't like this any more, and I wont help you.

What kind of script queries a DB? I am curious about this, because you need a server-side language, not a scripted language, to make a DB connection.

This is fishy.

(asp not included, <-_0>

Last edited by mikmik; 11-18-2007 at 02:58 AM.
Reply With Quote