ok Ben ...
this is my HTML code:
<html><head><title>
Question2</title>
<base target='_top'>
<META HTTP-EQUIV='Expires' CONTENT='0'>
<link href='/granthacvs/html/sample.css' type='text/css' rel='stylesheet'>
</head><script language='javascript'>
function faq(){
window.open('/granthacvs/html/faq_page.htm','FAQ','toolbar=no,scrollbars=yes,resizable=no,width=600,height=500')
}
function linkscript(fb){
x = '/granthacvs/html/BioDataHelp1.html#'+fb;
window.open(x,'FAQ','toolbar=no,scrollbars=yes,resizable=no,width=600,height=500')
}
function autoFocus(f){
f.q200611.focus();
}
function main(){
var f=document.frm1;
if(f.q200611.value == ''){
alert('You must answer all questions on this page to continue.\n\nClick the OK button to go to the first empty field.\n\nIf you don\'t have the information you need, please save & exit. You may resume\nyour session at a later time by entering your password.');f.q200611.focus();f.q200611.select();return false;}
if(!f.q200611.value == ''){
if((f.q200611.value).length > 2)
{ alert('The information that you provided exceeded allowed length for the field.\n\nClick the OK button to go to the field. Please provide a shorter response. needs2width');f.q200611.focus();f.q200611.select();return false;}
if(isNaN(f.q200611.value))
{ alert('You must enter numeric data only for this field (decimal point is allowed).\n\nClick the OK button to enter numeric value.');f.q200611.focus();f.q200611.select();return false;}
}
return true;
}
function Continue() {
if (main()){
document.frm1.method='post';
document.frm1.action='/granthacvs/PengGetQuestions';
document.frm1.submit();
}
}
function Back() {
document.frm1.method='post';
document.frm1.action='/granthacvs/PengBackServlet';
document.frm1.submit();
}
</script>
<style type='text/css'>
#btnFont1{
font-family: Arial Rounded MT Bold;
background-color: rgb(0,128,128);
color: rgb(255,255,255);
font-size: 12pt;
font-weight: bold;
}
</style>
<body>
<form name='frm1'>
<center><table border='0' width=600 cellspacing='0' cellpadding='0'>
<tr>
<td><img src='/granthacvs/images/banner.gif'></td>
<td><a style='text-decoration:none;' name='contact' href= 'mailto:
[email protected]'><font size=2 face='arial'color='#679CA0'><b>Contact Us</b></font></a>
<br>
<a style='text-decoration:none;' name='help' href='javascript:faq()'><font size=2 face='arial'color='#679CA0'><b>Help</b></font></a>
<br>
<a style='text-decoration:none;' name='saveexit' href='/granthacvs/SaveExit?user=~user~'><font size=2 face='arial'color='#679CA0'><b>Save & Exit</b></font></a>
</td>
</tr>
<tr><td bgcolor="#028181"><img border='0' height='1' width='1'></td><td bgcolor="#028181"><img border='0' height='1' width='1'></td></tr>
</table></center>
<center><table border='0' width= 550>
<tr><td width='0'></td><td width= 550 ><p><FONT name='Arial' size='3' color='Green'>Question 2:</FONT></p></td></tr>
</table></center>
<center><table border=0 width= 550>
<tr><td width='0'></td><td width='275' align='left' valign='top'><FONT name='Arial' size='5' color='Magenta'><B><I>Enter your Age</I></B></FONT></td>
<td width='50%' align='left' valign='top'><input type='text' name='q200611' tabindex='01' size=4 maxlength=2 value="~q200611~">
</td></tr>
</table></center>
<br>
<br>
<br>
<br>
<input type='hidden' name='errormessage' value=~errormessage~>
<input type='hidden' name='applicationId' value=~applicationId~>
<input type='hidden' name='languageId' value=~languageId~>
<input type='hidden' name='user' value=~user~>
<input type='hidden' name='prevpageid' value=~prevpageid~>
<input type='hidden' name='pageid' value='20062'>
<input type='hidden' name='directioncheck' value=''>
<br><br>
<center><table border=0 width= 550><tr>
<td width='50' align='left'>
<div id='back'><a href='javascript:Back()'><img src='/granthacvs/images/back.gif' border=0></a></div>
</td><td width='450' align='center'>
<div id='status'><center><table border='0' cellspacing='0' bgcolor='black' width='300' height='20'>
<tr><td width=102 bgcolor='#028181'><FONT SIZE=1 COLOR='#028181'>.</FONT></td><td width=198><FONT SIZE=1 COLOR='#00aaaa'>.</FONT></td></tr></table>
<FONT SIZE=2 COLOR='#003366'><b>Progress</b> </FONT></center></div>
</td><td width='50' align='right'>
<div id='continue'><a href='javascript:Continue()'><img src='/granthacvs/images/forward.gif' border=0></a></div>
</td></tr></table></center>
<center><table width='600' border='0' cellspacing='0' cellpadding='0'>
<tr><td bgcolor='#028181' width='600' class='special'><img border='0' height='1' width='1'></td></tr>
</table></center>
</form>
</body></html>
*************
do suggest me the changes