Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/indem/nasi/
Upload File :
Current File : /var/www/html/mmishra/indem/nasi/index.php

<html>
<head>
<SCRIPT LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
function checkFields(){
  nname = document.submitform.nname.value;
  dob = document.submitform.dob.value;
  designation = document.submitform.designation.value;
  naddress = document.submitform.naddress.value;
  email = document.submitform.email.value;
  ynomination = document.submitform.ynomination.value;
  subjectarea = document.submitform.subjectarea.value;
  proposer = document.submitform.proposer.value;
  seconder = document.submitform.seconder.value;
  summary = document.submitform.summary.value;
  publication = document.submitform.publication.value;

  if (nname == ""){
    alert("Please enter name.");
    document.submitform.nname.focus();
    return false;
  }else if (dob == ""){
    alert("Please enter date of birth.");
    document.submitform.dob.focus();
    return false;
  }else if (designation == ""){
    alert("Please enter designation.");
    document.submitform.designation.focus();
    return false;
  }else if (naddress == ""){
    alert("Please enter address.");
    document.submitform.naddress.focus();
    return false;
  }else if (email == ""){
    alert("Please enter email.");
    document.submitform.email.focus();
    return false;
  }else if (ynomination == ""){
    alert("Please enter year of nomination.");
    document.submitform.ynomination.focus();
    return false;
  }else if (subjectarea == ""){
    alert("Please enter subject area.");
    document.submitform.subjectarea.focus();
    return false;
  }else if (proposer == ""){
    alert("Please enter proposer.");
    document.submitform.proposer.focus();
    return false;
  }else if (seconder == ""){
    alert("Please enter seconder.");
    document.submitform.seconder.focus();
    return false;
  }else if (summary == ""){
    alert("Please enter summary of scientific contribution.");
    document.submitform.summary.focus();
    return false;
//  }else if (publication == ""){
//    alert("Please enter publication.");
//    document.submitform.publication.focus();
//    return false;
  }else
    return true;
  
}
//  End -->
</script>
<script type="text/javascript">

/***********************************************
* Textarea Maxlength script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/

function ismaxlength(obj){
	var mlength=obj.getAttribute? parseInt(obj.getAttribute("maxlength")) : ""
	if (obj.getAttribute && obj.value.length>mlength) {
		obj.value=obj.value.substring(0,mlength);
		alert ('Sorry! limit your summary upto 250 words only');
	}
}

</script>
<link rel='stylesheet' href='style.css' type='text/css'>
</head>
<body style="font-family: verdana">
<table id='search' width='100%'>
<tr valign='top'>
<td><a href='http://www.nasi.org.in'><img src='college.jpg'></a></td>
<td align='justify'>
<b>About the Academy</b><br>
Founded in the year 1930, the National Academy of Sciences, India is the oldest Science Academy of the country and is located at  Lajpatrai Road, Allahabad-211002.  The main objective of the Academy was to provide a national forum for the publication of research work carried out by Indian ntists and to provide opportunities for exchange of views among them. <a href='http://www.nasi.org.in/vision.htm'>More...</a>
<br><b>Contact</b><br>
<ul>
<li><b><i>Prof. Ashok Misra, President</b></i><br>
	(0532) 2640224, 2440278 (O), (022) 25723738(R), 25723488(O)<br>
	Email: director@admin.iitb.ac.in, amisra@cc.iitb.ac.in</li>
<li><b><i>Prof. P.K. Seth, General Secretary</b></i><br>
	(0532) 2640224, 2642095 (O), (0522) 2786437, 2788024(R), 9839010166(M)<br>
	Email: prahladseth@gmail.com; pkseth@hotmail.com, pksethdr@yahoo.co.in</li>
<li><a href='http://www.nasi.org.in/contactus.htm'>More...</a></li>
</ul>
</td></tr>
</table>
<font size='4'>Nomination for the Fellowship</font>
<center>
<form method="post" action="<?php echo $_SERVER["PHP_SELF"];?>" name="submitform" onSubmit="return checkFields()">
<?php
include "fellowshipreg.php";
?>
</form>
<hr>
<b>Facilitated by<br>
INDIAN INSTITUTE OF INFORMATION TECHNOLOGY, ALLAHABAD</b><br>
<a href='http://www.iiita.ac.in'>http://www.iiita.ac.in</a>
</body>
</html>