PBDJ Vol. 8 Issue 3

XML Control Or Data Window Anywhere, by Victor Rasputnis & Anatole Tartakovsky

Listing 1

<html>
<head>
<title>
Presentation Sharing/Scrolling</title>
<style>.XMLControl
{behavior:url(/Common/htc/XMLControl.htc)}
</style>

<script>
function onLoad() {
main.shareData(detail); main.singleRowSelection = true;
detail.retrieve( ); detail.setDynamicFilter("@selected='true'"); }
</script>
</head>

<body bgcolor="silver" onload="onLoad();" scroll="no">
<form class="XMLControl" id="main" dataSource="viewDetailsMaster" style="BackGroundColor:white;Height:140px;OVERFLOW:none;BORDERstyle:inset;">
</form>

</body>
</html>