
| VENTURE CAPITAL DIRECTORY
All the top VCs of the world with easy to find search
functionality. Search by location, industry, name to find the VC of your
choice with a link to their homepage.
Our venture capital database is continuously updated.
This is essential in an industry which is almost as dynamic as the set
of entrepreneurs who rely on venture capital resources!
By joining Stern Fisher you will be signing on to a venture
capital network that wants to see you succeed and wants to show its belief
in you by investing in your business plan. Our VC resources
are unique. Our VC list comprises all the recognized and respected sources
of funding from around the globe.
Can you afford not to meet our VC network? Can you afford
not to let the power of Venture capital resources power
your business dream? Our Venture Capital Network and
angel database will help you to win.
We guarantee it!
| Search Alphabetically |
<%
dim apha
alpha="a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z"
for i=0 to 25
alphaarr=split(alpha,",")
%>
<%=alphaarr(i)%> |
<%
Next
%>
<%
mode=Request.Querystring("mode")
if not mode="" then
Set rsInstitution = Server.CreateObject("ADODB.Recordset")
Sqlresult="select Firm_Name from vc_dir where Firm_Name like '" &mode& "%' group by Firm_Name order by Firm_Name"
Set rsInstitution=Conn.Execute(Sqlresult)
if not rsInstitution.eof then
view=" Firms: "
Response.Write view
while not rsInstitution.eof
'if not Len(rsInstitution(1))=0 then
%>
<%' else%>
| <%=rsInstitution(0)%> |
<%
'end if
rsInstitution.movenext
wend
view=view & " "
'responnse.write view
'call display
else
Response.Write " No Record Found !"
end if
sub display
dim page,middle,leftmenu,view
middle="" & view &" "
page=page & leftmenu & middle
response.write page
end sub
end if
%>
|