Quantcast
Channel: Free practice test , mock test, driving test, interview questions » javascript
Browsing latest articles
Browse All 10 View Live

Winner for best comments on Java Script Regular Expression test

@jasonwyatt is the winner this week for the best comment on Java Script Regular Expression test on Skill-Guru He has been mailed the Regular Expression Java Script book by Vikas Shukla worth $30

View Article



JSON Javascript Tutorial

Introduction : Before we begin our journey of JSON, let’s write down a small piece of code . <html> <head> <script language=”javascript”> var objTest = { “TestName” : “SCJP 5 Mock...

View Article

Image may be NSFW.
Clik here to view.

Jquery Tutorial With Javascript

Introduction Today JQuery is a buzz in every tinsel town. From the day web sites began coming into the world wide web space, developers are trying hard to please their users. Javascript arrived and it...

View Article

Image may be NSFW.
Clik here to view.

Open new tab instead of new window in Firefox

We had a requirement in which we wanted to open an applet in a new tab instaed of new window. Here is how to do it window.open(”, server[0],...

View Article

Performance issue in IE 7 java Script Engine

In one of my earlier post  Performance Improvement with Firefox ,  I had mentioned how we had to switch to firefox for our application response time in IE.  Andres in his post Garbage Collection in IE7...

View Article


What are Callback functions ?

A callback function is one that is not invoked explicitly by the programmer; rather the responsibility for its invocation is delegated to another function that receives the callback function’s...

View Article

Invoking browser functions with JavaScript

Browser functionality can be disabled using the JavaScript. JavaScript has the ability to capture and handle the key events. We will look at couple of examples on how to trigger browser functionality...

View Article

Button not disabled in Firefox and Chrome

When you try to disable any button in your web application using this javascript function document.getElementById(‘buttonId’).disabled=true; You may find that it will work in IE but on Firefox and...

View Article


Inheritance in javascript

In Java Script , you do not see classes as in traditional programming like Java/C++. So does java script supports inheritance ? Answer : Yes. Java script uses prototype inheritance instead of classical...

View Article


Setting the Cookie value through JavaScript

These two functions will demonstrate how to set the value in cookie and get the value through java script This function sets the value function setCookie(){ var name= ‘Mycookie’; var value =’true’; var...

View Article
Browsing latest articles
Browse All 10 View Live


Latest Images