Archive for July, 2008
Internet Explorer innerHTML problem while adding rows in table with javascript
If you are a web developer and work with js/AJAX, surely you would have faced a situation like this.
I had a table in a page. What i had to do was create rows in javascript and set the innerhtml of table to the rows created. Something like this-
var x=""; var tableContents="
<tbody>"; for(var i=0;i<5;i++) { [...]
Read the rest of this entry >>
DIT guys meet
Well, tomorrow is Sunday, 27th July and I am eagerly waiting to for it. The reason being DIT (that was my college) guys meet.
It all started on July 11th. Thanks to Sandy. He initiated the thread saying that It has been a long time JAB WE MET, and sent it to all addresses that were [...]
Read the rest of this entry >>

