SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Pastimes : SI International Ope' Stock Picking Contest

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: tombet who wrote (2618)8/18/1999 9:17:00 PM
From: Forest Gump  Read Replies (1) of 2640
 
testing something

Response.Write("<select name='lstCats' size='1'>")
While not mRS.EOF
Response.Write("<option value = '" & mRS.Fields("UID") & "'>" & mRS.Fields("Title") )
mRS.MoveNext
wend

Response.Write("</select>")

end sub

sub embedHiddenFields
Response.Write( "<input type=hidden name=hf_GroupGUID value=" & trim(mGroupGUID) & ">" )
Response.Write( "<input type=hidden name=hf_ThreadType value=" & mThreadType & ">" )
end Sub
%>
<html>

<head>
<title>Create New Thread</title>
<meta name="GENERATOR" content="Microsoft FrontPage 3.0">
</head>
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext