|
|
<SPECIAL FEATURE>
eMeringue raced onto the scene today in its historic IPO sponsored by none other than the Motley Fool. Rick Munarriz (TMF Edible) thinks the shares are worth tasting. Zack Murrinir (TMF IBleed) thinks they are full of hot air. Who will win? You get to dole out the ultimate "Gotcha!" You Get to Vote! Once you've read the arguments and the rebuttals, it's your time to cast your vote. We'll tabulate results and post them. Revisit from time to time to see whether you were right!
<% ' Define Constants. 'const votedate = "4/30/99"'<------ Yo WinTed 2.0! Change this date every time the questions below change. 'const questiona = "A - I can't make up my mind" 'const questionb = "B - Rick Munarriz's Bull argument was better" 'const questionc = "C - Zack Murrinir's Bear argument was better" 'const questiond = "D - They were both excellent" 'const questione = "E - They were both lame" 'const name = "DuelingFools" 'gotdate = request.form("gotdate") 'answ = request.form("answ") Set Conn = Server.CreateObject("ADODB.Connection") Conn.Open "DSN=foolweb" SUM = "SELECT a,b,c,d,e FROM DuelingFools WHERE DaDate = '4/30/99'" 'Response.Write sum Set rs = Conn.Execute(SUM) if rs.eof then 'Response.Write " No Data!!!" else 'Response.Write "Got Data!!!" total = 0 a = cint(rs("a")) b = cint(rs("b")) c = cint(rs("c")) d = cint(rs("d")) e = cint(rs("e")) rs.close Conn.Close set conn = nothing set rs = nothing total = a + b + c + d + e if total = 0 then total = 1 end if %>
</SPECIAL FEATURE>
|
|||||||||||||||||||||
|
||||||||||||||||||||||