gnanesh
08-05-2003, 02:31 PM
folks
i have a form where in if i click on some link i should be able to display a couple of controls i.e. text areas, buttons etc at the specified <DIV> tag, but i have these controls in some other .HTML page, so if i do
document.getElementById("divId").innerHTML="xx.html";
Its not working, If i replace "xx.html" with some other hard coded value, it display's , If any one have a piece of code that would be of great help
Thanks
G
i have a form where in if i click on some link i should be able to display a couple of controls i.e. text areas, buttons etc at the specified <DIV> tag, but i have these controls in some other .HTML page, so if i do
document.getElementById("divId").innerHTML="xx.html";
Its not working, If i replace "xx.html" with some other hard coded value, it display's , If any one have a piece of code that would be of great help
Thanks
G