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 Wanet Telecoms Ltd 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: WildWest
  • Content: Threads
  • Order by date
  1. WildWest

    Detecting IP address and then redirecting them...

    I need to figure out how to detect a users IP address and depending on their IP address redirect them to site A or site B. I'm unable to use server-side scripting languages like ASP, PHP, and ColdFusion. I need to use JavaScript. Any help would be greatly appreciated. Thanks!!!
  2. WildWest

    Updating XML in ColdFusion

    I have my customer updating an XML file and I want to build an Admin interface for him to revise the contents of the XML file. Because I can't use a Datasource name to host the information in a database I am using an XML file. Is there an easy way to have CF read the contents of an XML file...
  3. WildWest

    Tool to review SWF's...NEED EXPERT ADVICE.

    Here the scoop: I get a SWF file from my supplier every week and I need to scroll through each frame one at a time. Instead of purchasing the full version of Flash, I would like to acocmplish this with a FREE tool or very inexpensive tool. Does anyone know of any out there? Thanks in advance.
  4. WildWest

    Reading the inbox of an Exchange account (programmatically)

    I need help reading the inbox of an Exchange account (programmatically). Is this possible in ASP or .NET? Does anyone have any examples? Thanks in advance!
  5. WildWest

    Reading the inbox of an Exchange account (programmatically)

    I need help reading the inbox of an Exchange account (programmatically). Is this possible in ASP or .NET? Does anyone have any examples? Thanks for your help in advance.
  6. WildWest

    Show value of a texbox when a button is pressed.

    This should be simple for a javascript guru out there. Could someone please show me how to show the value of a textbox when a button is pressed? I'm trying the following... and I think I'm almost there. Thx in advance, Bill <script language="JavaScript"> function passwordReminder(strName){...
  7. WildWest

    LDAP Attributes

    Does anyone know how I can get a complete list of LDAP Attributes from MS Exchange 2000 Server? Is there a list out there? Thanks in advance!
  8. WildWest

    How do I trun off CFFILE on my CF 6 Server?

    Does anyone know??? Thanks in advance!!!
  9. WildWest

    How do I only allow a submit to be clicked only once?

    Does anyone know how I can only allow a submit to be clicked only once? My users are clicking twice and messing up my database. Please help if you can and thanks in advance.
  10. WildWest

    How do I change the text on an HREF when clicked...?

    How do I change the text on an HREF when clicked...? I need to do something like the following button, for an HREF. HREF (doesn't work): <a href="mypage.htm" Onclick="this.value='Loading...Please wait!'">Go There</a> Button (works fone): <input name="Save" type="submit" value="Save All"...
  11. WildWest

    Determine total number of selected items in a select box

    Using JavaScript, does anyone know hoe to determine the total number of selected items in a select box and display it?
  12. WildWest

    Code to remove someone from a local group on NT 4.

    Does anyone have any sample code that will remove a user from a local group on NT 4? Thanks in advance!
  13. WildWest

    Client can't connect to Exchange

    This is the msg I get when trying to add users to exchange server 2003. I am using XP workstations and Windows Server 2003. "The name could not be resolved, the connection to the microsoft exchange server is unavailable. Outlook must be online or connected to complete this action". I am using...
  14. WildWest

    Outlook Client Replacement...Any?

    I would like to know if anyone can tell me if there's an Outlook client replacment out there somewhere? I need still to use Exchange to host my messages and I also need to use something on the Windows platform. I'm looking for a client replacment ONLY. Not the server. Please advise. Thanks in...
  15. WildWest

    Getting error &quot;the parameter is incorrect&quot; in IIS 6 and Win 2003

    I am receiving an error in a message box "the parameter is incorrect" when adding a new web site using IIS 6 and Win 2003 enterprise edition. I have other sites working fine but for some unknown reason all newly created sites are now getting this error at the end of the wizard. If you can help...
  16. WildWest

    Useing JS to open popup, make a submit and then close...

    Does any expert here know how to do the following??? 1. Open a popup window showing a form with text boxes and a submit button (I CAN DO THIS - NO PROBLEM HERE) 2. Submit the data from the popup to an action page (I CAN DO THIS - NO PROBLEM HERE EITHER) 3. NEED HELP HERE - After clicking...
  17. WildWest

    PHP vs other scripting languages...

    Unfortunately, my work is a ColdFusion and ASP shop. I am trying to get PHP installed on my servers at work and need your help. Could you guys tell me the things that PHP can do that the other scipting languages can't. Besides PHP being free and open source, please let me know the others (like...
  18. WildWest

    I have Javascript that I use to con

    I have Javascript that I use to confirm the deletion of a file. Because it's interlaced with my ColdFusion app, I dynamically generate the onclick command that calls my script. Here's my problem... When the onclick is dynamically generated from CF, It renders the HTML/onClick code as the...
  19. WildWest

    Need help converting SQL statement to Oracle

    I have Oracle 8 and I need help. Can someone help me convert the following SQL to Oracle. I need help with the FROM clause (I think). Thanks in advance! SELECT DEPT.DESCRIPTION AS deptname, EMPLOYEE.CC, EMPLOYEE.NAME, EMPLOYEE.EMP_NUM, view_Employees.TOT_HRS...
  20. WildWest

    Renaming Directories programmatically?

    I’m looking for an application that will recursively rename files and directories. Does anyone have one? For example, I want to change the space character “ “ to the underscore “_” in all files names and directories. If you don’t have it, please let me know if you know where I can find one...

Part and Inventory Search

Back
Top