Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by SRV

  1. SRV

    NT Authentication Login Box

    On the server go to the properties of the site, click on the "Directory Security" tab, click the "Edit" button under "Anonymous access and authentication control", and then uncheck "Anonymous access" making sure that "NT Authentication" or...
  2. SRV

    ActiveX html <param> tag

    I forgot to say that I used VB6 to create the OCX.
  3. SRV

    database access from ASP

    Try something like this in ASP.<br><br>&lt;%<br>Set conn = Server.CreateObject(&quot;ADODB.Connection&quot;)<br>Conn.Open Session(&quot;ConnectionString&quot;)<br><br>If Request.QueryString(&quot;Delete&quot;) Then<br>sql = &quot;DELETE * FROM Members Where Members.PersonID = &quot; &...
  4. SRV

    ActiveX html &lt;param&gt; tag

    How does the html &lt;param&gt; tag work with an ActiveX &lt;object&gt;?<br>I'd like to be able to change the text of my ActiveX button (among other things) using the parameter tag, but I'm new at ActiveX and am not sure how to do this.<br><br>Any help with this would be greatly appreciated.

Part and Inventory Search

Back
Top