<%@ Language=VBScript %> YOUNG HEROES CHALLENGE - College or University

 

Young Heroes Challenge Registration Page – Colleges & Universities

Thank you for joining the Young Heroes Challenge.

Just fill in the registration information below. We'll display it so others know of your good work, and send you materials you can use to spread the word about your project.


Organization
College/University
Contact Name
Address
State/Region
Postal Code
Country
Email
Telephone

OPTIONAL:

 

Our sponsorship goal is:

 
Number of children
or Dollar Amount

We want to challenge:

First Challenge

Organization
Contact Name
Email

Second Challenge

Organization
Contact Name
Email

The more challenges you issue, the more orphans we can help. If you'd like to challenge more than two others, just email their information to us at challenge@youngheroes.org.sz and we'll inform them that they've been challenged, too.


COMPLETED YOUR CHALLENGE PROJECT? Click here to learn how to register your donation.


THEY'VE ACCEPTED THE CHALLENGE!

<% set YHConn=Server.CreateObject("ADODB.Connection") YHConn.Open ConnectS MyQuery = "select * from chuni where uniID > 0 order by School, orgclass" set YHChallengeRS= Server.CreateObject("ADODB.RecordSet") YHChallengeRS.Open MyQuery , YHConn, 3, 3 do while not YHChallengeRS.EOF %> <% YHChallengeRS.movenext loop %>

<% YHChallengeRS.close set YHChallengeRS=Nothing YHConn.close SET YHConn=nothing %>
School Org/Class Dollar Goal Children Goal
<%=YHChallengeRS("School")%> <%=YHChallengeRS("orgclass")%> <% if YHChallengeRS("GoalDollarAmt")> 0 then%><%=YHChallengeRS("GoalDollarAmt")%><% else %> <% End If %> <% if YHChallengeRS("GoalNumChildren")> 0 then%><%=YHChallengeRS("GoalNumChildren")%><% else %> <% End If %>

THESE ARE CHALLENGES THAT HAVE BEEN ISSUED:

<% set YHConn=Server.CreateObject("ADODB.Connection") YHConn.Open ConnectS MyQuery = "select * from chuni where UniID > 0 order by School, orgclass" set YHUniRS= Server.CreateObject("ADODB.RecordSet") YHUniRS.Open MyQuery , YHConn, 3, 3 do while not YHUniRS.EOF %> <% YHUniRS.movenext loop %>
School Org / Class Challenge
<%=YHUniRS("School")%> <%=YHUniRS("OrgClass")%>
<% MyQuery = "select * from chorgchallenge where UniID =" & YHUniRS("UniID") & " order by chorgname" set YHChallengeRS= Server.CreateObject("ADODB.RecordSet") YHChallengeRS.Open MyQuery , YHConn, 3, 3 do while not YHChallengeRS.EOF %> <% YHChallengeRS.movenext loop %>
   
<% YHChallengeRS.close set YHChallengeRS=Nothing %>
<% YHUniRS.close set YHUniRS=Nothing YHConn.close SET YHConn=nothing %>