Hello,
How can we save a page to another drives/devices
I did use a form in my page- result.php-
In result.php I put one button for save As. all of the elements are disabled in this page.
and I hope that the details of that page will be copied to saveas.php,
then, all fields are enabled
and can be saved to any devices/ drives.
Is there any ways to do so?
Currently, only html part (not disabled fields)of that page will be downloaded.
<form name="form1" method="post" action="saveas.php">
<div align="center">
<input type="submit" name="saveas" value="Save As">
<input type="button" onClick="window.print()" value="Print">
</div>
</form>