| Author |
Topic Search Topic Options
|
Gullanian
Senior Member
Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
|
Post Options
Thanks(0)
Quote Reply
Topic: General ASP questions Posted: 09 June 2004 at 2:20pm |
- Whats the pros and cons of using JScript over VBScript?
- Is it possible to run JScript applications with SQL Server database off a Mac OS 10 Server?
- Is it possible to edit the session data created by the server client side?
Thanks for any enlightenment.
|
 |
Mart
Senior Member
Joined: 30 November 2002
Status: Offline
Points: 2304
|
Post Options
Thanks(0)
Quote Reply
Posted: 09 June 2004 at 3:53pm |
- None really, opposite because most apps are made in VBScript
- Not off a Mac OS 10 server, no
- Nope
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 09 June 2004 at 4:35pm |
- Server side, more asp sites are vbscript. Client side web apps tend to use javascript more than vbscript/DHTML because of better Browser support.
- You can run JSP's off of a Mac OS10 server, but MSSQL Server runs under windows. IIRC, there is a MYSQL flavor available for Mac OS10.
- Kinda no, but maybe yes. You don't have direct access from the client to the server-side session object, but you can set/get cookies.
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
michael
Senior Member
Joined: 08 April 2002
Location: United States
Status: Offline
Points: 4670
|
Post Options
Thanks(0)
Quote Reply
Posted: 09 June 2004 at 10:32pm |
To point one, it kinda depends if you are talking about server side or client side. Client side IE is the only browser that does VBScript well, JScript has more support in pretty much all the browsers. Serverside it depends on the technology. JScript is easier to interchange, as more technologies support it, if you stick with ASP, there is not the huge of a difference, just in syntax of course.
|
|
|
 |
Gullanian
Senior Member
Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
|
Post Options
Thanks(0)
Quote Reply
Posted: 14 June 2004 at 11:28am |
Thanks,
What software would the Mac OS server need installed to run ASP JScript, and what MySQL database is supported by Mac OS 10 server?
|
 |
Mart
Senior Member
Joined: 30 November 2002
Status: Offline
Points: 2304
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 June 2004 at 2:57am |
|
He is not talking about ASP/JScript... He was talking about JSP which is a differant thing all together
|
 |
dpyers
Senior Member
Joined: 12 May 2003
Status: Offline
Points: 3937
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 June 2004 at 3:36am |
JSP = Java Server Pages - like ASP in the respect that you can write intermingled JSP code, HTML, and Javascript.
MYSQL downloads at http://dev.mysql.com/downloads/mysql/4.0.html
Edited by dpyers
|
Lead me not into temptation... I know the short cut, follow me.
|
 |
Gullanian
Senior Member
Joined: 04 January 2002
Location: England
Status: Offline
Points: 4373
|
Post Options
Thanks(0)
Quote Reply
Posted: 15 June 2004 at 8:13am |
|
Anyone ever tried iASP?
|
 |