Hi there, 
please can somebody help me with this:
if i want to transfer this little peace of code from ASP.NET to VB.NET, what could i write?
	
							
						
					please can somebody help me with this:
if i want to transfer this little peace of code from ASP.NET to VB.NET, what could i write?
Code:
	
<HTML>
<frameset> 
<frame scrolling="auto" src="Tree.aspx" name="tree" DESIGNTIMEDRAGDROP="4">
</frameset>
<head>
	<script>
	window.parent.frames('tree').location.href('Tree.aspx');
	</script>
</head>
</HTML>
Comment