how to set innerHTML property to select in IE
If you must use innerHTML, a workaround is to use a Div object to wrap the SELECT element and then set the innerHTML property for the Div object
http://support.microsoft.com/kb/276228
sharing some tech problems and soln
If you must use innerHTML, a workaround is to use a Div object to wrap the SELECT element and then set the innerHTML property for the Div object
http://support.microsoft.com/kb/276228
Posted by Sajjad at 11:12 pm 0 comments
Labels: IE, javascript
if u need to copy primary key(here id)
INSERT INTO new_table( id,nt1,nt2) SELECT oid,ot1,ot2 FROM old_table
Posted by Sajjad at 10:52 pm 0 comments
Labels: mysql