Client Side Java Script

  • Thread starter Thread starter Suhail A, Salman
  • Start date Start date
S

Suhail A, Salman

Hi,

am not a ASP.NET programmer, and it seems that i have to learn web
development, so i need help learning java script.

any links to some good sites would be very helpfull.

thanks
 
Thanks Ravikanth,

I already have this link, but i need something quick, And brief.

thanks again.
 
Dear Kevin,

i just need some basic and direct tips , for example how to attach an
event to fire a script function to an HTML control, or how to implement
simple issues like validating a simple date text box, .... etc. i had never
worked on the interface tier, am always involved in the lower levels, but
some times you need to jump out ...
 
Unfortunately, the problem is that what you consider "basic and direct tips"
constitutes a very personal subset of JavaScript, which is specific to you.

Here is a link to the Microsoft DHTML Objects reference online. It may
provide you with some of what you need, depending on what you already know
about JavaScript. It is a very complete DHTML reference, with samples:

http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/objects.asp

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Complex things are made up of
lots of simple things.
 
Back
Top