<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=unicode">
<STYLE type=text/css>
body { margin: 5px;
font-size:10pt;
font-family:"Arial";
color: black;
         scrollbar-base-color: #d4d4d4;
         scrollbar-arrow-color: #020202;
         scrollbar-darkshadow-color: #4f4f4f;
         scrollbar-face-color: #c2c2c2;
         scrollbar-highlight-color: #ececec;
         scrollbar-shadow-color: #878787;
         scrollbar-track-color: #d4d4d4;}
ol { margin-top: 5px;
margin-bottom: 5px;}
ul { margin-top: 5px;
margin-bottom: 5px;}
blockquote { margin-top: 5px;
margin-bottom: 5px;}
</STYLE>
<META content="MSHTML 6.00.2900.2668" name=GENERATOR></HEAD>
<BODY bgColor=white>
<DIV>Mustafa Abbasi asked:</DIV>
<DIV align=left> </DIV>
<DIV align=left>i want to create a simple page which has a form<BR>and takes in
persons date of birth and give out exact age.<BR>how do i add python codeto an
html page.<BR>i don't have any dreamweaver or frontpage.<BR>this is basically
cuz some freinds advised me to create this isnce i am learning programming
python..<BR>so please help <BR></DIV>
<DIV align=left> </DIV>
<DIV align=left>Mustfa, it sounds like you want a cgi script. The Python
script would reside on a server, and your webpage would send the form data to
that script. Often such script are kept in a "folder" called a
cgi-bin.</DIV>
<DIV align=left> </DIV>
<DIV align=left>You would want to get a basic understanding of "cgi"
first. You will find cgi mentioned both in Python documentation, and in
Google search results for "cgi".</DIV>
<DIV align=left> </DIV>
<DIV align=left>Good luck.</DIV>
<DIV align=left> </DIV>
<DIV align=left>EP</DIV>
<DIV align=left> </DIV>
<DIV align=left> </DIV>
<DIV align=left> </DIV></BODY></HTML>