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 SkipVought 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. kwillman

    Please wait message...

    I am trying to display a "Please wait..." message to the user while a stored procedure is executing. All of the examples of "Please wait" messages that I have seen use Response.Buffer and Response.Flush but for some reason I haven't been able to get them to work. All text...
  2. kwillman

    [SERVER] specifying the "run" to the users computer

    Are you not able to put the command in the <BODY> tag of the HTML?
  3. kwillman

    how to highlight things in a textarea?

    I'm pretty sure that you cannot change the attributes of text in a textarea field. You might consider using: <FONT COLOR=&quot;black&quot;>&quot; <% code to display codon vars 1-24 %> <FONT COLOR=&quot;red&quot;> <% code to display codon var 25 %> ... This could be a little lengthy...
  4. kwillman

    Calling a VB Standard EXE or ActiveX Dll from VBScript

    It looks as though this is a permissions issue for either the file created or the directory that the file is being placed in. This could be corrected by altering the .exe to write the file into another location or with different permissions. Just a thought... may not be the problem, but it...
  5. kwillman

    How do I load a page into another frame?

    All I am looking to do is find the command or set of commands used to load a page in another frame. For instance, I would like to run some VBScript code for DB connectivity when a submit button is clicked in a top frame, and after the code has executed, I would like for the bottom frame to load...

Part and Inventory Search

Back
Top