<%@ LANGUAGE="VBSCRIPT" %> Earthwatch <% doMenu %> <% subFlag = Request.Form("subFlag") if subFlag = "" then subFlag = 0 Flag = Request.Form("Flag") if Flag = "ft" then TribeName = request.form("TribeName") TribeState = request.form("TribeState") Report_Title = Request.Form("Report_Title") Writing_ReportText = Request.Form("Writing_ReportText") FirstName = Request.Form("FirstName") if len(trim(FirstName)) > 0 then FirstName = UCase(Left(FirstName,1)) & right(FirstName, Len(FirstName) - 1) LastInitial = Ucase(Request.Form("LastInitial")) Grade = Request.Form("Grade") State = Request.Form("State") strtxt = "" if TribeName = "" or len(trim((TribeName))) = 0 then strtxt = "Name of tribe" end if if TribeState = "" or len(trim((TribeState))) = 0 then strtxt = strtxt & ", Origin of tribe" end if if Report_Title = "" or len(trim((Report_Title))) = 0 then strtxt = strtxt & ", Report title" end if if Writing_ReportText = "" or len(trim((Writing_ReportText))) = 0 then strtxt = strtxt & ", Report" end if if FirstName = "" or len(trim((FirstName))) = 0 then strtxt = strtxt & ", First Name" end if if LastInitial = "" or len(trim((LastInitial))) = 0 then strtxt = strtxt & ", Last Initial" end if if Grade = "" or len(trim((Grade))) = 0 then strtxt = strtxt & ", Grade" end if if State = "" or len(trim((State))) = 0 then strtxt = strtxt & ", State" end if if left(strtxt,1) = "," then strtxt = right(strtxt,(len(strtxt)-1)) end if strtxt = "" & strtxt & "" if subFlag > 1 then msgs="Some required information is missing:

" & strtxt & "

" & "Please make sure you have provided all required information below. Then, submit the form again." else msgs="" end if end if 'Flag='ft'... %>
Native American Cultures HomeScholastic Explorers
Native American Cultures HomeEarthwatch
<% if subFlag > 1 then Response.Write "" Response.Write "" Response.Write "" Response.Write "" Response.Write "" end if%>
     
    Now it's time to share your research. Fill in the information below, then submit your report.

Terms of Submission
Kids: Ask your parents or teachers for approval before you submit anything to us, and read our Privacy Policy Statement.

Before being published, your submission will be reviewed. It will be checked to see that:

  • It fulfills the requirements of the project.
  • It does not contain any inappropriate language.

By sending us your work, you are giving Scholastic permission to edit, promote, and put it up on Scholastic.com. Also, it is really important to send us only work that you made from scratch and not any work that you copied from somewhere else. Thank you.
 
 

 
  Oops!
" & msgs & "
 
      *Name of Tribe:    
      *Origin of Tribe:    
      *Report Title:    
      *Report:      
   
 
 
    *First Name:  
      *Last Initial:    
      *Choose Grade:    
      *Choose State:    
     
   
       
 
<% doFooter %>