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: WildWest
  • Order by date
  1. WildWest

    Detecting IP address and then redirecting them...

    How about if I use this script...? But then how do I redirect them? http://javascript.internet.com/user-details/ip-address.html
  2. 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!!!
  3. 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...
  4. 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.
  5. WildWest

    Is this possible????

    Brian, Is your solution what I need at http://www.tek-tips.com/viewthread.cfm?qid=1054035&page=1 ??? If so? Can I have a copy of the compiled service and required parameters for the service?
  6. 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!
  7. 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.
  8. 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){...
  9. 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!
  10. WildWest

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

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

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

    nice one! thx!!!
  12. WildWest

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

    WOW - Works great! THX! Many stars for you!
  13. 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.
  14. 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"...
  15. WildWest

    Tree view control in HTML?

    Came across this...might help http://www.tek-tips.com/viewthread.cfm?SQID=302986&SPID=215&newpid=215&page=2
  16. WildWest

    Tree view control in HTML?

    sjh - Please let me know what you find out. I would like to know too. Thanks.
  17. 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?
  18. WildWest

    Client can't connect to Exchange

    Hi xmsre. I am connecting using "Exchange Server". I still have this problem. Please help. Thanks in advance.
  19. 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!

Part and Inventory Search

Back
Top