Click to See Complete Forum and Search --> : General Question


sniper
11-11-2005, 02:17 PM
I was just wondering what would be the easiest way to convert javascript into asp. I'm on an internship(just out of school) and was put on a project that appears to mainly consist of translating, only I don't really know there code because I haven't had much time to look at it.

webrik
11-13-2005, 02:55 PM
Seems like an odd question, because Javascript is run on the client site, and ASP is run at the server site.

Two different environments.

buntine
11-13-2005, 10:24 PM
Mayby sniper is referring to JScript, rather than JavaScript. JScript can be used to write ASP pages as an alternative to VBScript.

Are you converting the companies JScript ASP pages into VBScript ASP pages?

If so, have a look at teir code and read up on the syntax of JScript (somewhat syntactically identical to client-side JavaScript)

Regards.