I have initialise the all code of flip book, but iave not find the actual result of that page . what is the reason ? May you help me please.
<script language="javascript">
function displayWindow(url, width, height)
{
var iMyWidth;
var iMyHeight;
popup = window.open(url,'d','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=no, left=' + iMyWidth + ',top=' + iMyHeight + ',screenX=' + iMyWidth + ',screenY=' + iMyHeight );
// Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',buttons=no,scrollbars=no,location=no,menubar=no,resizable=no,status=no,directories=no,toolbar=no, left=' + iMyWidth + ',top=' + iMyHeight + ',screenX=' + iMyWidth + ',screenY=' + iMyHeight');
}
</script>
I have also initialise the path
<TD height=25>
<DIV align=center>
<a href="javascript:displayWindow('flipbook.php?a=<? echo $row_rsView['property_id'] ; ?>',800,600)">
<b>Click Here to see Virtual Tour</b></font></a><b></div>
</TD></TR>
How can I find the actual size?