Can someone confirm this? (ASP & VBScript)?

  • Thread starter Thread starter iwtblj247
  • Start date Start date
I

iwtblj247

Guest
I'm new to web programming (ie this week), but I'm having to teach myself VBScript and ASP for work. I was having trouble getting some stuff working, mainly, I think, because I wasn't differentiating what was ASP and what was VBScript and was trying to run some stuff on the server that should have been run on the client. I eventually got it working, but II wanted to confirm what I think I figured out in case it's wrong.

ASP runs on the server and is denoted by <% this %>

VBScript runs on the client and is denoted by <SCRIPT LANGUAGE ="VBScript">this</SCRIPT>

If someone could confirm or correct me, it would be great.
 
Back
Top