<%@ Language=VBScript %> <% Response.Buffer= true Set rs = Server.CreateObject("ADODB.Recordset") strSQL = "SELECT strStateCountry from tbStateCountry" rs.Open strSQL, "DSN=dotcom",adOpenDynamic,3 subFlag = FormatTextHTML(request.Form("subFlag")) if subFlag = "" then subFlag = 0 'Response.Write "subflag:" & subFlag firsttime = FormatTextHTML(request.Form("firsttime")) writingtitle = FormatTextHTML(request.Form("writingtitle")) writingtext = FormatHTMLText(request.Form("writingtext")) firstname = FormatTextHTML(request.Form("firstname")) lastinitial = FormatTextHTML(request.Form("lastinitial")) age = FormatTextHTML(request.Form("age")) state = FormatTextHTML(request.Form("state")) if len(trim(writingtitle)) = 0 then strtxt = "Title" end if if len(trim(writingtext)) = 0 then strtxt = strtxt+", Article Text" end if if len(trim(firstname)) = 0 then strtxt = strtxt+", First Name" end if if len(trim(lastinitial)) = 0 then strtxt = strtxt+", Last Initial" end if if len(trim(age)) = 0 then strtxt = strtxt+", Age" end if if 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 %> Biography Writing with Patricia and Fredrick McKissack <% doMenu %>










Step 4: Publish Online Previous  

Are you done writing and revising? Before you publish your biography, review all the steps — and check your work one last time. Be sure to provide all requested information. Use the following form to publish your biography.

Please don't send us any personal information such as your last name, address, or phone number. Read our Terms of Submission before you submit your article.

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

<%=msgs%>

The title of your biography:

Your biography:

Your First Name Only:

Your Last Initial:

Your Age:

Your State/Country:

  

Terms of Submission
Before being published, your submission will be reviewed. It will be checked to see that 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. However, because lots of students send us work, we won't be able to publish all of the work that we receive. 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.


 

<% doFooter %>