Add free horoscope service to your site

Add Bellow code to your site to get Free Horoscope service to your site
<form target="_blank" action="http://astro.sigma.lk/Horoscope_calc.aspx" method="get">
<table style="width: 232px" bgcolor="silver">
<tr>
<td colspan="2" style="text-align: center">
Horoscope Calculator</td>
</tr>
<tr>
<td style="width: 84px">
<br />
Birth Date</td>
<td style="width: 161px">
<span >(Day/Month/Year)</span><br />
<input name="Day" id="txtDay" style="width: 40px" type="text" maxlength="2"/>
<input name="Month" id="txtMont" style="width: 40px" type="text" maxlength="2"/>
<input name="Year" id="txtYear" style="width: 40px" type="text" maxlength="4"/></td>
</tr>
<tr>
<td style="width: 84px; height: 26px">
<br />
Birth Time</td>
<td style="height: 26px; width: 161px;">
<span >(Hour/Minute/Second)</span><br />
<input name="Hour" id="txtHour" style="width: 40px" type="text" maxlength="2"/>
<input name="Min" id="txtMin" style="width: 40px" type="text" maxlength="2" />
<input name="Sec" id="txtSec" style="width: 40px" type="text" maxlength="2" /></td>
</tr><tr><td style="width: 84px; height: 26px"></td>
<td style="height: 26px; width: 161px;">
<input id="Calc" type="submit" value="Calculate" style="width: 148px" /></td>
</tr>
</table>
</form>

Comments

Popular Posts