hello ed,
iam not using any frameset
here is the code for my program test.php
<?php
echo "
<script language=\"Javascript1.2\" src=\"scrollable.js\"></script>
<layer src=\"http://localhost/b.php\" clip=300,200 top=50 left=100 name=homepage ></layer>
<script language=\"javascript1.2\">
c= new Scrollable(document.homepage);
</script>
";
?>
here when i test my program in netscape 6, the browser opens b.php
but does not show the scrollbars (gifs will be blank for scrollbars) whereas in IE i get an error
scrollable.js is the one which is available on the net specially fo r netscape
Regards
roopa