View Single Post
  #4 (permalink)  
Old Aug 7th, 2007, 12:55
c010depunkk's Avatar
c010depunkk c010depunkk is offline
SuperMember

SuperMember
Join Date: Apr 2007
Location: Willich, Germany
Age: 20
Posts: 593
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Calling functions

Javascript is client-side. ASP is server-side.

That means that ASP generates HTML and Javascript and sends it to the browser. Javascript runs on the client browser and can't access a server. The two languages can't "run" together because one lives on a web server and the other lives in browsers, so to speak.

I think you could load stuff from a databank using Ajax, but I'm not an Ajax person at all.
Reply With Quote