Javascript
Javascript is a very popular scripting language for the web. One can't think of a web without Javascript now. There are various plugins that were developed to make Javascript programming easier.
Most of the web pages use Javascript either to validate the data or to implement AJAX functionality. As a web programmer, you would have probably used a Javascript construct alert(). Didn't you....!?J...
Recently I've noticed an issue with IE header when we use window.location Javascript construct. Generally, most common way of opening a website through Javascript is window.location as belowfunction g...
Now a days scripting languages like Javascript and VBScript have more importance as programmer started using AJAX more and more. There are some APIs available for Javascript which provide easy and eff...
Normally when you're using drop downs, you can get the selected value through Javascript. Did you need of the selected drop down label previously? Here I'm going to give you a small function with whic...
Some times you might want to set default values for the HTML elements like Textbox and Drop down fields through Javascript. The below script would be very handy for this task. SCRIPT type="text/javasc...
Now a days, AJAX programming is being used increasingly. As a result, DHTML is playing a vital role in current web. Dynamic HTML is possible through the scripting languages like Javascript and VBScrip...
I've developed a cross browser compatability script to accept only numbers for a text field on the web page. This works based on the browser events. IE supports the Javascript events in a way which is...
Skype is a very well known online communication tool. Some companies are providing the online chat/call using the Skype software. If you would like to enable Skype call on your web page, follow below ...
Hello... I'm going to explain here about the IFRAME height. IFRAME is a web component and will have different properties and behaviors on different browsers like IE, Firefox, and Chrome.Consider, your...