473,785 Members | 2,910 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Client Side Java Script

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
Nov 17 '05 #1
4 1124
Hi

Check the following link
javascript.com

Ravikanth[MVP]

-----Original Message-----
Hi,

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

any links to some good sites would be very helpfull.

thanks
.

Nov 17 '05 #2
Thanks Ravikanth,

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

thanks again.
"Ravikanth[MVP]" <dv*********@ho tmail.com> wrote in message
news:0b******** *************** *****@phx.gbl.. .
Hi

Check the following link
javascript.com

Ravikanth[MVP]

-----Original Message-----
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
.

Nov 17 '05 #3
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 ...

"Kevin Spencer" <ke***@takempis .com> wrote in message
news:ew******** ******@TK2MSFTN GP12.phx.gbl...
Quick and brief? You want a Quick and Brief way to learn a programming
language?

--
HTH,

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

"Suhail A, Salman" <su****@access2 arabia.com> wrote in message
news:uG******** ******@TK2MSFTN GP10.phx.gbl...
Thanks Ravikanth,

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

thanks again.
"Ravikanth[MVP]" <dv*********@ho tmail.com> wrote in message
news:0b******** *************** *****@phx.gbl.. .
Hi

Check the following link
javascript.com

Ravikanth[MVP]
>-----Original Message-----
>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
>
>
>.
>



Nov 17 '05 #4
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/de...ce/objects.asp

--
HTH,

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

"Suhail A, Salman" <su****@access2 arabia.com> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
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 ...

"Kevin Spencer" <ke***@takempis .com> wrote in message
news:ew******** ******@TK2MSFTN GP12.phx.gbl...
Quick and brief? You want a Quick and Brief way to learn a programming
language?

--
HTH,

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

"Suhail A, Salman" <su****@access2 arabia.com> wrote in message
news:uG******** ******@TK2MSFTN GP10.phx.gbl...
Thanks Ravikanth,

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

thanks again.
"Ravikanth[MVP]" <dv*********@ho tmail.com> wrote in message
news:0b******** *************** *****@phx.gbl.. .
> Hi
>
> Check the following link
> javascript.com
>
> Ravikanth[MVP]
>
>
> >-----Original Message-----
> >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
> >
> >
> >.
> >



Nov 17 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
1591
by: Rea Peleg | last post by:
Hello I'd like to use .NET framework namespaces in client side java script. For example i'd like to import System.Activator, in order to call Activator.CreateInstance() method inside a client side java script function. This function should executed in the client's browser! 10x Rea
1
1442
by: Mike Moore | last post by:
Can an asp.net button that is a server side control call a client side java function when the button is clicked? If so, please provide example.....thanks.,
5
1975
by: tmb | last post by:
Is there a way to use ASP to 'push' a new image to the client every 15 seconds or so? I guess the entire page will have to be 're-sent' to the client but I'm not sure. I'm trying to 'rotate' a new product image every few seconds. I could use an animated gif or some java script maybe, but I want to keep the file small and not have to count on the user having java script
1
2333
by: Stephen | last post by:
Hey Everyone, I have a problem with a web application due to the use of both client-side and server side script on the on-click event of a button. The client side script runs first as expected however my problem is that this code runs and brings up a Microsoft Internet Explorer Window telling the user they are going to be charged for the search they are about to do. The user then has to click ok or cancel. My problem with this is that I...
1
2321
by: Stephen | last post by:
Hey All, I have a problem with a web application due to the use of both client-side and server side script on the on-click event of a button. The client side script runs first as expected however my problem is that this code runs and brings up a Microsoft Internet Explorer Window telling the user they are going to be charged for the search they are about to do. The user then has to click ok or cancel. My problem with this is that I need...
5
2604
by: Mong | last post by:
Hi, I have a webform with various asp controls on it such as textboxes and dropdownlists. I'm fairly new to asp.net coming from VB6 and am wondering when it's best to use client side events and when it's best to use server side events. For example, if a textbox is to contain a date I want to validate the date when that textbox loses the focus. If the date is not valid I make visible a label next to the textbox telling the user it's
2
1426
by: MPA | last post by:
Hi, I am a newbee. All our applications so far were traditional client-server database applications. We are considering now writing our main application with Visual Studio .NET. Basically we want to be able to install each version of our software on one or two machines without having to meddle with typically several hundred client computers. We understand that using the new architecture we write server side code in C# or Visual Basic,...
3
1751
by: jesper_lofgren | last post by:
Hello, I have a problem, i have a event in asp.net codebehind file that updating a datasource. If that update went well i want to refresh my treeview thats on another page. The script works well, the problem is.... the client script runs before the updatemethod ! I give u some ex code here...
5
13123
by: Ankur | last post by:
Hi Folks, I am new for this group. I want to clarify one thing what's a basic difference between Client Side Java Script and Server Side Java Script. how we can differentiate it. Why we called this kind of script "Server Side Java Script". I am in confusion because according to lots of web developer Java Script is a client side scripting language. We can not say it Server Side Java Script.
0
9645
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10327
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10151
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10092
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9950
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8973
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3647
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.