Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create P.save your documents #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions P.save your documents
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!DOCTYPE html>
<html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>save your documents</title>
</head>
<h1><center>Dear Patient,</center></h1>
<h2><center>To save your documents, Please select your choice:</center></h2>
<hr>
<body>
<font size= "5" color="black">

<select name=select1>
<option value="1">Future appointment list</option>
<option value="2">medical summary</option>
<option value="3">Treatment history</option>
</select >

<p>Download ( pdf ) :<p>
<!-- GFG is the name of the
file to be downloaded-->
<!-- In order to run the code,
the location of the file
"geeksforgeeks.png" needs to
be changed to your local directory,
both the HTML and downloadable file
needs to be present in the same directory -->
<a href="geeksforgeeks.png" download="GFG">
<button type="button">Download</button>
</a>

</font>
</body>
</html>