|
dzirkelb1 -> RE: Freeze columns when scrolling (5/14/2008 9:34:14)
|
I am going to use frames to have a froze column on the far left...that will work just fine. However, my frames page isn't working...here it is:
<html>
<head>
<title>Frames</title>
</head>
<body>
<frameset cols="20%">
<frameset cols="80%,100%">
<frame src="OrderDetailsHoldPart.asp">
<frame src="OrderDetails-test-test.asp">
</frameset>
</frameset>
</body>
</html>
The two included pages work indepentally when loaded, but when I load this frames page, I get a blank white screen. What am I doign wrong?
|
|
|
|