Guys plz help Simple code , i don't know AJAX much plz help

//*
current html code converting into pop up colorful AJAX page but
Script at call button must be working in AJAX page , ![]()
<html>
<head>
<title>Call</title>
<style type="text/css">
<!--
#ybsw-normal-txheight {
line-height: 14px;
}
.ybsw-table {
margin: 0px;
padding: 0px;
}
.ybsw-table table {
border: 1px solid #999999;
padding-left: 0px;
padding-right: 0px;
}
.ybsw-table td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 26px;
padding-left: 15px;
padding-right: 15px;
}
.ybsw-table tr {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 26px;
}
.ybsw-table th {
background-color: #EEEEEE;
vertical-align: middle;
text-align: left;
margin: 0px;
padding-top: 8px;
padding-right: 15px;
padding-bottom: 8px;
padding-left: 15px;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
line-height: 15px;
}
-->
</style>
</head>
<body>
<form action="http://212.23.236.118:8300/clickandcall.jsp" method="post">
<input type="hidden" name="name" value="diloga">
<input type="hidden" name="type" value="1">
<div class="ybsw-table">
<table width="760" border="0" cellpadding="0" cellspacing="0">
<th colspan="2">Enter you phone number and click on call to receive a call from one of our agents!</th>
<tr>
<td colspan="2" align="left"><font color="red"><b>#####</b></font></td>
</tr>
<tr><td colspan="2"><div
id="ybsw-normal-txheight">Please enter your phone number in
international format i.e Country code + City Code +
Number.</b><br><br></div></td>
<tr><td valign="top"><div align="left">Telephone Number:</div></td>
<td align="left">
<input type="text" name="phone" value="" size="40" maxlength="64"> (numerical characters only)
</td>
</tr>
<tr>
<td colspan="2" align="center"> </td>
</tr>
<tr>
<td colspan="2" align="left">
<input type="submit" name="Submit" value="Call">
<input type="reset" name="Reset" value="Reset">
</td>
</tr>
<tr>
<td colspan="2" align="center"> </td>
</tr>
</table>
</div>
</form>
</body>
</html>