%
Entry = request.form("Entry")
Title = request.form("Title")
subFlag = Request.Form("subFlag")
strtxt = Request.Form("strtxt")
if subFlag = "" then
subFlag = 0
else
if len(trim(Title)) = 0 then
strtxt = strtxt+", Title"
end if
if len(trim(Entry)) = 0 then
strtxt = strtxt+", Journal Entry"
end if
if left(strtxt,1) = "," then
strtxt = right(strtxt,(len(strtxt)-1))
end if
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."
END IF
END IF
%>
Scholastic.com | Flashlight Readers: Esperanza Rising: Write a Journal
Now take what you learned from the Great Depression slide show
and from reading Esperanza Rising and let it come alive. Imagine
yourself living at the time and write a journal entry as if you
were really there.
Required information is in bold type with an asterisk (*).
Ask your parents or teacher and read our Privacy
Policy before you write. Don't put any personal information
like your last name or e-mail address in your message.
<% IF strtxt <> "" THEN %>
Oops! You need to correct the following problem(s) before we can accept your submission:
You have left the following field(s) blank:
<%=strtxt%>