Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Can someone translate this line of vbscript into javascript?


Message #1 by "Steven Bee" <steven_bee@h...> on Thu, 6 Feb 2003 22:20:50
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




  Return to Index