October 7, 2011
It’s my first trip to United States (or to any foreign country for that matter) and I was kinda excited to be here. Having spent the first three weekends in my hotel room and haven’t got a chance to take out my Nikon, I was eagerly waiting for an outing. So, we planned a trip [...]
Read the full article →
October 6, 2011
Let’s say you are using some external components in your web page that renders a button as below: <input type=”button” value=”Delete” onclick=”delete();” /> The above code will call the delete() method when user clicks on the button. But, what if you want to show a confirmation box before calling the delete()? Since the code is [...]
Read the full article →