c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android

Latest posts on "JavaScript"

How to find a client’s browser name?

| | Category: JavaScript

In this article I will show you how can you find a client’s browser name. You can detect the browser using the JavaScript properties navigation.appName and navigation.

Change image on mouseover JavaScript in asp.net

| | Category: JavaScript

In this article I will show you how to display Large image while the user mouse hover on small images using JavaScript onmouseover event in asp.net . Usually we have seen these kind of functionality in shopping cart websites.

How to handle exception in JavaScript (try catch exception handling)?

| | Category: JavaScript

In this article, I will show you error handling in JavaScript with example. The JavaScript try catch block catches the error throw an exception. Here I used to show JavaScript errors using alert message.

onmouseover and onmouseout in JavaScript example

| | Category: JavaScript

In this article, I will show you how to use onmouseover and onmouseout in html using JavaScript. Change the image on mouse over/out using Javascript mouse events in html.

How to calculate characters and words typed in textbox using JavaScript ?

| | Category: JavaScript

In this article, I will show you to calculate how many words have I typed in a textbox using javaScript. With the help of below code, when the user enters some text in a textbox it calculate word count on a JavaScript keyup event.

How to create popup window in JavaScript (Open another window)?

| | Category: JavaScript

In this article, I will show you to open a popup window using JavaScript. You can customize the new window open features such as directories, width, height, location, resizable etc.

How to display sum of two textbox values in third textbox automatically?

| | Category: JavaScript

In this article, I will show you how to add numbers in html using onkeyup() event in JavaScript. Here, when the user enters the values in the first two textbox values without pressing any buttons it sums the values automatically in the third textbox.

How to get text using document getelementsbyclassname example ?

| | Category: JavaScript

The getElementsByClassName will return a list of array elements using the array length through looping you can get the innerText property of the each element.

url encoder decoder (url code convertor) in jQuery

| | Category: JavaScript

You can find the current page url using $(location).attr(‘href’) and then encode/decode web url string by JavaScript method.

Regular expression for email id

| | Category: JavaScript

You can use RegExp function to validate email address.

Page 2 of 6