<! -- Copy the code below -->
script language=vbscript>
sub treebuild()
Dim nodx
Set nodX = TreeView.Nodes.Add( , , "TEST 1" , "TEST 1")
nodX.tag = "
Set nodX = TreeView.Nodes.Add( "TEST 1", "4", "A" , "A")
nodX.tag = "
end sub
function TreeView_DBlClick()
if isnull(TreeView.SelectedItem.Tag) = false then
window.open(TreeView.SelectedItem.Tag)
end if
end function
</script>
<body onload=treebuild><table><tr><td><OBJECT id=TreeView style='LEFT: 0px; WIDTH: 400px; TOP: 0px; HEIGHT: 200px' classid=clsid:C74190B6-8589-11D1-B16A-00C0F0283628 name=TreeView VIEWASTEXT><PARAM NAME='_ExtentX' VALUE='9260'><PARAM NAME='_ExtentY' VALUE='18521'><PARAM NAME='_Version' VALUE='393217'><PARAM NAME='HideSelection' VALUE='0'><PARAM NAME='Indentation' VALUE='265'><PARAM NAME='LabelEdit' VALUE='0'><PARAM NAME='LineStyle' VALUE='1'><PARAM NAME='PathSeparator' VALUE=''><PARAM NAME='Sorted' VALUE='1'><PARAM NAME='Style' VALUE='7'><PARAM NAME='Checkboxes' VALUE='False'><PARAM NAME='FullRowSelect' VALUE='0'><PARAM NAME='HotTracking' VALUE='False'><PARAM NAME='Scroll' VALUE='1'><PARAM NAME='SingleSel' VALUE=0''><PARAM NAME='ImageList' VALUE=''><PARAM NAME='BorderStyle' VALUE='1'><PARAM NAME='Appearance' VALUE='0'><PARAM NAME='MousePointer' VALUE='0'><PARAM NAME='Enabled' VALUE='1'><PARAM NAME='OLEDragMode' VALUE='0'><PARAM NAME='OLEDropMode' VALUE='0'></OBJECT></td></tr></table>
John Kirk
Und Methods & Procedure Specialist