Hi,
While testing my application, I was very happy by getting smooth run on the FireFox and Safari. But when I tested that on IE7.0, I was banged with the error popup-
“Expected identifier or string”
on the very first page of the application. I started trying out putting few alerts on the very first javascript file loaded, [...]
Archive for the ‘Java Script’ Category
IE7.0-Expected Identifier or String…Bang the bug
Posted in Java Script on December 31, 2008 | Leave a Comment »
JavaScript Document Object Model
Posted in Java Script on May 29, 2007 | Leave a Comment »
Toggle the Fields
Posted in Java Script on December 7, 2006 | 1 Comment »
While designing the web pages, sometimes you need to show the particular input field or labels or other page element, and show them on some event like click of a button, change the option from combobox ect.
One idea is make the field to be toggled, invisible by default and make it visible on that particular [...]