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 gkittelson 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. JohanF

    how to pick out characters from a variable?

    Thanks Snowboardr! That really helped :)
  2. JohanF

    how to pick out characters from a variable?

    A simple question.. I guess! The Time function returns a value like this: 02:08:30. I need to pick out the hour from the Time function, that is in this case &quot;02&quot; and then put 02 in a new variable. <% Dim realtime, hour realtime = Time hour = ????? %> Anyone? /J
  3. JohanF

    send form result to asp page

    Thanks HowardMarks and Herminio!! This really solved my problem! :) /Johan
  4. JohanF

    send form result to asp page

    Hi How do I pass the information from a form to a text file (or another asp file) on my server? The only variable I need is the users name <input name=yourname> so infact the only thing I need on my new page is the name (&quot;yourname&quot; ) the user typed in my form. Please..I'm an asp...
  5. JohanF

    IIS and domain names...

    Thanks for your help! The problem is solved.. :)
  6. JohanF

    IIS and domain names...

    Hi again! I do not put my IP address in the <a href> tag. I only put the name of the html file in the tag <a href=&quot;mylink.html&quot;> and the IP address is automatically added instead of the domain name. I figure, this might be a problem for my domain name provider to solve? /Johan

Part and Inventory Search

Back
Top