Smart Grid Technology Leadership Council
Select utilities, government labs, and, companies are being invited to serve on the leadership council.
For further information, email
info@smartgrid.ucla.edu, subject "Smart Grid Technology Leadership Council".
Current Members
<%
Dim eflag, password, ShowName
eflag = request("eflag")
ShowName = 0
if eflag = "pass" then
password = request("password")
if password = "winmec345" or password="member798" then
ShowName = 1
end if
end if
Const ForReading = 1, ForWriting = 2, ForAppending = 3
Const TristateUseDefault = -2, TristateTrue = -1, TristateFalse = 0
Dim FSO
set FSO = server.createObject("Scripting.FileSystemObject")
Dim Filepath
Filepath = Server.MapPath("12.txt")
if FSO.FileExists(Filepath) Then
Dim file
set file = FSO.GetFile(Filepath)
Dim TextStream
Set TextStream = file.OpenAsTextStream(ForReading, TristateUseDefault)
Do While Not TextStream.AtEndOfStream
Dim Line,a
Line = TextStream.readline
a=Split(Line, "|",-1)
bioId = a(0)
%>
| <%=a(1)%> |
|
<% if ShowName=1 then%>
<% if bioId<>0 then %>
<%end if %>
<%=a(2)%> <%=a(3)%>,
<% if bioId<>0 then %>
<%end if %>
<% end if %>
<%=a(4)%>
|
<%
Loop
Set TextStream = nothing
End If
Set FSO = nothing
%>
WINMEC WINSmartGrid
Copyright 2008-2012 UCLA SMERC
UCLA - SMERC, 44-116S Engr. IV, 420 Westwood Plaza, Los Angeles, CA. 90095
info@smartgrid.ucla.edu