Click to See Complete Forum and Search --> : Good Site


sniper
11-14-2005, 10:44 AM
Hello. I have been given the task of removing all javascript for an entire site and am then to replace it with asp. I was wondering if anyone new a good site that lists all the methods or functions or preferably shows a list of the differences. Thank you!

sniper
11-14-2005, 02:03 PM
Somebody please help me out. I am an intern just starting my career and would have prefered doing something from scratch rather than "translating". I just need it for reference because I don't remember all the different methods and functions between the two.

Giskard
11-14-2005, 04:14 PM
The only thing that I have found is:

http://www.ageofdigital.com/tutorials.asp

It doesn't contain much though. Hope it helps

JPnyc
11-14-2005, 04:34 PM
If you're planning on using VBS clientside, I assume that everyone accessing the site will be using IE?

lmf232s
11-14-2005, 04:45 PM
Sniper,

Here is 1 of the best sites that lists all
Methods, Objects, Events, etc.

Youll want to look at the VBscript section on this site as asp is vbscript for the most part.

If you look at the asp section all youll see are things that are specifically asp related such as Server objects, response objects application objects etc.


http://www.devguru.com/home.asp

JPnyc
11-14-2005, 05:18 PM
And here's (http://www.vbforums.com/forumdisplay.php?f=4) a forum about it

kelly23
11-14-2005, 05:56 PM
This has an excellent forum too (as well as articles, etc.):

http://4guysfromrolla.com/

Actually, their forum has its own domain:

http://www.aspmessageboard.com/

Bullschmidt
11-14-2005, 06:25 PM
And if you're going to replace client-side validation with server-side validation you'll have to change how the pages operate such as perhaps going back to a problem page or whatever. And here are some server-side validation links:

Server-Side Form Validation by Dianna Leech - 12/1/1999
http://www.4guysfromrolla.com/webtech/120199-1.shtml

An Email Validation Routine by Joćo Vieira - 4/11/1999
http://www.4guysfromrolla.com/webtech/041199-1.shtml
Somewhat shorter.

An Email Validation Script by Ben Durbin - 5/19/1999
http://www.4guysfromrolla.com/webtech/051999-1.shtml
Longer.

Form Handler: Some light form validation and error notification.
http://www.asp101.com/samples/form_handler.asp
Uses function to loop thru all fields in a form.

sniper
11-15-2005, 08:40 AM
Thank you all for your help. All those sites will be useful to me.