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 cfogaca

  1. cfogaca

    Listbox Passing variable

    You can use one session or passing the value in the URL.<br> <br> Example:<br> session("mylistbox") = request("NAME OF YOUR LIST")<br> Myvar = session("mylistbox")<br> <br> or<br> <br> www.myaddress.com?Mylistbox=request("NAME OF YOUR LIST")<br> <br> in the page bbb.asp you can get this value...
  2. cfogaca

    Resize event

    I have a problem using ActiveX runnning in Netscape in the event resize of the control.. this didn't work well. Anybody know that have an event of refresh that I can use??
  3. cfogaca

    Digitally sign control for download

    Hi! To digitally sign your control you have to buy a certificate at VeriSign or others companys... you have a list in your browser "View-&gt; Internet Options -&gt; Content -&gt; Certificates.<br> <br> You will see a list of companies...<br> <br>

Part and Inventory Search

Back
Top