banner ad

RSSCategory: Java Script Interview Questions

JavaScript date difference calculation

| October 21, 2010 | 0 Comments

Calculating date difference in JavaScript is almost as easy as in PHP, but requires a bit different approach. For this post i wrote simple “static” js object which can calculate difference between two dates in: days, weeks, months and years.

Continue Reading

CSC Latest Interview Questions

| June 21, 2010 | 1 Comment

Hi Friends I am sharing My Question Paper There will be Five Rounds of Interview , First Round Will be Exam Second, Third & Fourth Rounds are Face To Face Rounds Fifth Round : Manager Round Click Here to Download CSC Interview Ques

Continue Reading

Advance JavaScript & AJAX interview questions

| March 6, 2010 | 0 Comments

We are providing the advance level javascript interview question(You can prepare for all the competative exams All the best) 1. Why so JavaScript and Java have similar name? A. JavaScript is a stripped-down version of Java B. JavaScript’s

Continue Reading

Interview questions and answers for JavaScript

| March 5, 2010 | 0 Comments

1. What’s relationship between JavaScript and ECMAScript? – Answer :: ECMAScript is yet another name for JavaScript (other names include LiveScript). The current JavaScript that you see supported in browsers is ECMAScript revision 3. 2.

Continue Reading

How can I open a popup window in the middle of the screen?

| March 4, 2010 | 0 Comments

Try the following which works in JavaScript 1.2: [code lang="js"] <script language="JavaScript"><!-- function openWindow(width,height) { x = (640 - width)/2, y = (480 - height)/2; if (screen) { y = (sc

Continue Reading

Difference between JavaScript and JScript?

| March 1, 2010 | 0 Comments

The biggest difference now between Javascript and JScript are all of the additional commands that JScript supports that allow access to activeX and the local computer. These commands are intended for use on intranet sites where you know the confi

Continue Reading

banner ad