Feeds:
Posts
Comments

Archive for the ‘Java Script’ Category

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, [...]

Read Full Post »

Read Full Post »

Toggle the Fields

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 [...]

Read Full Post »