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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. iracleous

    DSN Hanging up in ASP

    Unfortunately, Access is not good for proffesional use in the web. It is very good only for standalone use. Try to upgrade to SQL.
  2. iracleous

    Editing ASP variables in VB script

    The problem is not posed well. First we have the execution of ASP in the server. The output of ASP is posted as html, javascript and vbscript to the client. In the client is executed only client scripts such as javascript and vbscript. ASP is not present, at this moment. Therefore, ASP cannot...
  3. iracleous

    pass parameter to an URL in VBScript

    the body tag is like this <body onload=&quot;check()&quot;> and in the header you have the code <script language=&quot;vbScript&quot; > sub check() dim k1,k2,k3 dim metav,timi k1=window.location k2=instr(1, k1,&quot;?&quot;) if k2>0 then k3=mid(k1,k2+1) k2=instr(1...

Part and Inventory Search

Back
Top