<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Online Document</title> </head> <!--Webpen v3 //This software is copyright ToucanMultimedia.com 2010. It or any part of it may not be used, sold, or modified without permission of ToucanMultimedia.com. --> <!--All the HTML on this page outside of the PHP tags may be edited --> <body> <?php include 'docproc.php'; ?> <div> <br> <br> <table> <tr> <td> <form><input type="button" value=" <-- BACK " onclick="document.location='webpen-demo.php';" /></form> </td> <td> <form><input type="button" value=" Print this page " onclick="window.print();return false;" style="position:relative; left:25px " /></form> </td> <td> <form action="idupload.php" method="post" style="position:relative; left:50px "> <input type="hidden" name="newdirname" value="<?php echo $newdirname; ?>" /> <input name="submit" type="submit" value="CONTINUE" /> </form> </td> </tr></table> </div> </blockquote> <br /> </body> </html>