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 TouchToneTommy 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. PenguinHead

    Rename Folder

    Success. Thank you. =)
  2. PenguinHead

    Rename Folder

    No, I didn't. I'll give it a try.
  3. PenguinHead

    Rename Folder

    I want to rename a folder. I've looked at the .Copyfolder and .Movefolder classes to try and rename it that way but it just doesn't work. So unless there is a flat out .Renamefolder class that I missed, I'm not sure where to go. Any ideas?
  4. PenguinHead

    Insert ASP into JS

    Cool. Thank you.
  5. PenguinHead

    Insert ASP into JS

    I would like to insert an ASP statement into JS similar to the way you do with HTML. Is this possible?
  6. PenguinHead

    <SELECT> determines folder name

    I have tried this and it doesn't seem to be able to pass anything.
  7. PenguinHead

    <SELECT> determines folder name

    I am writing an archiving function that backs up the selected file to a variable folder (2006, 2007...) based on the year the user selects. The <SELECT> form is located in default.asp and the actual archive function is located in fm_include.asp. fm_include.asp is an included file in...
  8. PenguinHead

    List Folders

    Success! Thank you!
  9. PenguinHead

    List Folders

    I want to list within a page the folders and files that exist within a specific location. Currently I am able to list the files, but can't seem to get the folders to be listed as well. Any tips?
  10. PenguinHead

    Get Form Value On Same Page

    I have a form on a page. On the same page I have a function that needs the value from that form. Is it possible to have that value passed or stored into a variable without going on to another processing page?
  11. PenguinHead

    Nonresponding Querystring

    I'm not totally new to ASP and have passed and recieved values via Querystring many times, but this time I can't get it to work. I can see the value I want in the address bar so I know it is being passed but for some reason I cannot get it to display using a Response.Write. Section of the URL I...
  12. PenguinHead

    ActiveConnection Problem

    Unfortunately these Response.Write()'s you suggested only seem to return blank values which baffles me since this same connection works elsewhere in the same website.
  13. PenguinHead

    ActiveConnection Problem

    I am trying to connect to an active connection already established by this include file. Code: <!--#include file="../Connections/V025U37YVR.asp"--> set addEmail=Server.CreateObject("ADODB.Command") addEmail.ActiveConnection = MM_V025U37YVR_STRING addEmail.CommandText="UPDATE Login ..."...
  14. PenguinHead

    Grab Value of &lt;SELECT&gt;

    Yes, that makes perfect sense. I don't suppose it could have been simpler! =) Thank you.
  15. PenguinHead

    Grab Value of &lt;SELECT&gt;

    I am attempting to grab the selected value from a <SELECT>...<OPTION> statement [DB generated] and pass that value along to the next page. I cannot seem to grab the values while I am in the loop because it gives me all of them, not the one selected. I cannot grab it outside the loop because...
  16. PenguinHead

    Capture Mappath to Variable

    What is the correct syntax to capture the value from Server.Mappath to a variable? I'm a newbie to ASP and I may be overlooking something very simple. This is how I am trying to capture the current URL but it gives me the following error. My Code: [tt]Set sPath =...

Part and Inventory Search

Back
Top