phani
01-06-2003, 10:43 AM
Hi,
i want to add a textbox to the existing textboxes onclicking a button. Iam using frames and i have "toc" as the name of the right frame where the data is displayed. Iam using the following statement but it is giving error
toc.document.write("<tr><td>");
toc.document.write("<input type=textbox name=txt>");
toc.document.write("</tr></td>");
it is showing the following error
object "toc" is undefined
i want to add a textbox to the existing textboxes onclicking a button. Iam using frames and i have "toc" as the name of the right frame where the data is displayed. Iam using the following statement but it is giving error
toc.document.write("<tr><td>");
toc.document.write("<input type=textbox name=txt>");
toc.document.write("</tr></td>");
it is showing the following error
object "toc" is undefined