K
kiny
hi,
I am trying to create dynamic text fields with createElement. set it's
name,size with setAttribute. But every thing works fine with mozilla
browser and not in IE.
I read that IE doesn't support setAttribute.
I tried the following code
ele=document.form.createElement("<input name=test>");
ele.type='text';
can any body help me with this. I would like to create check box,
textbox and set many attribute for those.
thanks in advance
I am trying to create dynamic text fields with createElement. set it's
name,size with setAttribute. But every thing works fine with mozilla
browser and not in IE.
I read that IE doesn't support setAttribute.
I tried the following code
ele=document.form.createElement("<input name=test>");
ele.type='text';
can any body help me with this. I would like to create check box,
textbox and set many attribute for those.
thanks in advance