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: *

  • Users: lintow
  • Order by date
  1. lintow

    click text passit to another page

    Nothing happens from Mozilla. I click the link and nothing happens. But from IE it works great.
  2. lintow

    click text passit to another page

    DotNetGnat This code only works with IE. I tried it on Mozilla and it does not work. Any suggestions
  3. lintow

    click text passit to another page

    DotNetGnat That works I think But I dont want to set the ProductID to a query I want to equal to a textbox. So once I go to the next page I want the ProductID to show up in the textbox
  4. lintow

    click text passit to another page

    I am trying to pass the value from CRN field to the Evaluation_Form_Detail page. I'm able to create a link to the page but not sure how I can get the CRN value over to the page once I click it. Any help would be appreciated my code <td align="center"><a...
  5. lintow

    click text passit to another page

    I have a table that a recordset populates when I run my query. I want to click a value from the cell in a table. Then pass the value I click to another page. Can this be done. If so, does anyone have a sample code or an example
  6. lintow

    redirect

    are there any other methods than this one?
  7. lintow

    connection refused

    yes
  8. lintow

    connection refused

    Do you have any sample script of this method?
  9. lintow

    connection refused

    I do not want to use any frames. Is there another way to do this? I think you could test if there is a connection to the URL or the sever? If there is no connection then redirect to another page? Any help on this would be greatly appreciated
  10. lintow

    connection refused

    I have a link that links to another web server page. If the web server that I'm trying to link to is down then I would like to show a page that tells the client the server is down for maintenence. Can this be down
  11. lintow

    redirect

    I have a link that goes to another webserver or page. I want to create a redirect if I cannot get to that server from my link. If there is not connection to the page (server) then display my custome page. Or redirect it to my custome page if the page cannot be displayed can this be done? any...
  12. lintow

    Open File - Security Warning

    By licking the file from windows explorer
  13. lintow

    Open File - Security Warning

    Dim oFSO, WSHSHell, sFolder, sXpath 'Set fs = CreateObject("Scripting.FileSystemObject") Set ws = CreateObject("WScript.Shell") sFolder = "\\spider\Home\" & sUser sXpath = "\\spider\per\xcacls.exe" If Not objFSO.FolderExists(sFolder) Then objFSO.CreateFolder(sFolder)...
  14. lintow

    Open File - Security Warning

    yes
  15. lintow

    Open File - Security Warning

    When I run my script I call the xcacls.exe program. this sets permissions on files that I create. When the program is ran, I always get: The publisher could not be verified! Are you sure you want to run this sofware! and of course I want to run it. But I want this to happen automatic without...
  16. lintow

    counter

    I would like to setup a counter on my website I want to display the number of people that have accessed my website. Is there a way to do this? Thanks in advance
  17. lintow

    create a home directory for each user

    for some reason its not setting the permissions when I run the code. it create the folder but not the permissions sFolder = "\\wider\Home\" & sUser 'Change to where you have xcacls sXpath = "\\wider\Resource Kit\xcacls.exe" If Not fs.FolderExists(sFolder) Then fs.CreateFolder(sFolder)...
  18. lintow

    create a home directory for each user

    Can you show me how this is done. Do you have a sample? Also will this still show the map drive correctly when the user logs on. I have seen some samples but I' not sure when the folders are created with the right permissions. Would the map drive show up correct when they log on? any help...
  19. lintow

    create a home directory for each user

    Ok I did this but it does not create the folder. I tried loggin off and then log back on to see if it would create the folder but it DOES NOT. Is there some way to apply the settings for the folder I can go to the LDAP and retype the folder name and then apply it, then it creates the folder...
  20. lintow

    folder permissions

    I have a folder that I want to set permissions to. here is the code to create the folder how do I set the permissions. so the user: (lintow12) has right to it? Set wn = WScript.CreateObject("WScript.Network") Set fs = CreateObject("Scripting.FileSystemObject") Set ws =...

Part and Inventory Search

Back
Top