<script type="text/javascript">
function displayInfo(frm){
var name =" ";
var insaddress =" ";
var contact =" ";
var faxno = " " ;
var mobile = " ";
var email = " ";
var age = " ";
var *** = " ";
var status = " " ;
var birthplace = " ";
var birthdate = " ";
var busaddress = " ";
var buscontatct = " " ;
var faxno = " ";
document.write("<b>Name: </b>"+frm.txtname.value+"<br>");
document.write("<b>Address:</b> "+frm.txtinsaddress.value+"<br>");
document.write("<b>Telephone No/s.:</b> "+frm.txtcontact.value+" ");
document.write("<b>Fax No:</b> "+frm.txtfaxno.value+"<br>");
document.write("<b>Mobile No: </b> "+frm.txtmobile.value+"<br>");
document.write("<b>Current E-Mail address: </b> "+frm.txtemail.value+"<br>");
document.write("<b>Age: </b> "+frm.txtage.value+" ");
for(i=0;i<frm.txtsex.length;i++){
if(frm.txtsex[i].checked){
document.write("<b>***: </b> "+frm.txtsex[i].value+" ");
}
}
document.write("<b>Civil Status:</b>"+frm.civils[frm.civils.selectedIndex].text+" ");
document.write("<b>Birth place: </b> "+frm.txtbirthplace.value+"<br>");
document.write("<b>Birth date: </b> "+frm.txtbirthdate.value+"<br>");
document.write("<b>Name of business/employer/school: </b> "+frm.txtbusaddress.value+"<br>");
document.write("<b>Business Tel NO.: </b> "+frm.txtbuscontact.value+" ");
document.write("<b>Fax No: </b> "+frm.txtbusfaxno.value+" ");
}
</script>
i have a problem this script will not run in ie pero mo run siya mozilla.unsa problema ma anhi?