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 bkrike 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: sirron
  • Content: Threads
  • Order by date
  1. sirron

    text open a window

    I have TEXT on a page, and I want to click the text to open a window page that is set to a size like width=400 height=400 Is there a way to do this. I tried to use a javascript like this: function FaqWindow() { window.open('HR-FAQ.asp','Frequently Asked Question','width=300...
  2. sirron

    button display page

    I have a button that is not in a form. And I want to click the button to go to the next page. Is there a way to do this with out the button being in the form? thank you
  3. sirron

    connection without tnsnames.ora

    Our database is on an Unix Server I am able to connect to the database without having an tnsnames.ora file. I'm not sure how I am connecting to the database. I thought that you must have a tnsnames.ora file to connect to the database. And for some reason I can without having a tnsnames.ora...
  4. sirron

    validation fields

    I have this code, and I want to validate this textfield and make sure the textfield is not empty or null and if is pop up a menu or message is there a way to do this? any help would be appreciated <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <html> <head> <title>Untitled Document</title> <meta...
  5. sirron

    textfield

    I have a textfield or textbox. I also have a button on the page with the textfield. when I click the button it goes to another page. What I want to do is if the textfield or textbox is empty I want it to reponse.write a message or go to another page. Does anyone have an example of this?
  6. sirron

    runtime error 13 type mismatch

    I get this error evertime when i run this code. I have the database open already from other code. Does anyone know why I'm getting this error. Are there components that need to be set up in VB or does this have to do something with my syntax or fields in the database? Dim strID As String...
  7. sirron

    empty record

    Im searching a database, and if I can't find any records return a response. When I run it, its not displaying anything and I'm putting in something thats not in the database. I put a button on the form but how could I set it up once I click the button it will return the response.write or not...
  8. sirron

    network registrar

    Has anyone worked with Cisco Network Registrar? This authenticates users to the network.
  9. sirron

    setup gnu make

    I need to use the the GNUmake. The program I am trying to compile will only use GNUmake and not the AIX Make utility. I need help setting up the GNUmake utility so I can compile the program. So this is what I am trying to do. I downloaded this file make-3.80.tar I typed at the command line...
  10. sirron

    gnu make

    Does anyone know how to setup GNU MAKE. I need step by step. Also is there a way to find which MAKE utility is being used. I typed this $make -version make: Not a recognized flag: v usage: make [-einqrst] [-k|-S] [-d[A|adg[1|2]mstv]] [-D variable] [-f makefile ] [variable=value ...] [target ...]
  11. sirron

    install exe from file

    How would I install an exe program from a file. The file is called: gnu.make-3.79.1.0.exe the location of the file is /usr/local/bin/gnu.make-3.79.1.0.exe Is there a way to do this?
  12. sirron

    gnu make

    I am trying to compile a program that uses GNU MAKE and not the MAKE utility from AIX. So I'm trying to find out where I can download this compiler. Doe anyone know where I can get this compiler? And if you have any other comments please share
  13. sirron

    install on client

    Is there a way to intsall software on a client that resides on the server. Do I use the (wshell.run) if so there a sample to use? Will there be any permissions issues?
  14. sirron

    batch file scipt

    I have a batch file that runs a batch file But this batch file has a custom cmd prompt. When I run it it asks for a username and password. I have the username and password. How can I run it automaticly input the username password username: admin password changeme example: C:\bat>rem @echo...
  15. sirron

    batch file username and password

    I have a batch file that runs a batch file But this batch file has a custom cmd prompt. When I run it it asks for a username and password. I have the username and password. How can I run it automaticly input the username password username: admin password changeme example: C:\bat>rem @echo...
  16. sirron

    aspexec

    I try to run this code. It works but I need to do more with it. I'm able to go to the directory that I specify, but now I want to run this (nrcmd.bat). I tried it by using this Executor.Application = "cmd /c c:\CNR\NetworkRegistrar\bin\nrcmd.bat" But something comes up saying not an internal...
  17. sirron

    I'm trying to upgrade 8.1.7 to 9.2.1.0

    running AIX 5.2 I'm using the the Upgrade Migration Assistant. Right now I am having a problem with the migration. The Char type and Narchar type pops ups saying you must change it etc. I click yes on this box. Then it says: Getting database information please wait! This part is taking a long...
  18. sirron

    permissions

    I'm still have this problem with permissions when using ASPEXEC. I'm running windows server 2003 with IIS. The server is on our domainor network. I set the permissions on the each folder to IUSR_Machine. I also set the permissions on the IIS. I uncheck the Anonymous access then it asks for a...
  19. sirron

    permission problem please help

    I'm still have this problem with permissions when using ASPEXEC. I'm running windows server 2003 with IIS. The server is on our domainor network. I set the permissions on the each folder to IUSR_Machine. I also set the permissions on the IIS. I uncheck the Anonymous access then it asks for a...
  20. sirron

    Suspicious user account

    When I look at my users I see a suspicious user. It has a (question mark on it with random characters. Does any one know about this or why its happening? I don't see it on my test sql server. any help would be apprecaited

Part and Inventory Search

Back
Top