javascript_howto thread: Can someone translate this line of vbscript into javascript?
something like :
sHTML=window.parent.bottom.document.forms[0].DataGrid1.outerHtml;
At 22:20 06/02/03 +0000, you wrote:
>I have this line of vbscript that takes the html for a datagrid and loads
>it into a variable:
>
>sHTML = window.parent.frames("bottom").document.forms(0).children
>("DataGrid1").outerhtml
>
>Can anyone tell/show me how to accomplish this in javascript?
>
>Steven
|





