<?PHP
global $dir_list_return;
$dir_list_return = "";
//echo "<br>Starting the calling module";
//echo "<a href=# onclick=javascript:window.open('dir_list.php','Browse','height=400,width=550,toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizeable=1')>Browse for file</a>";
include ("dir_list.php");
echo "<br>Returned from dir_list return value is $dir_list_return";
?>