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 Chriss Miller 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. macmac1

    Can you use a CASE in a WHERE statement.

    Hi all, I am trying to do the following. Pass a value in to my SP. Based on that value use the condition. ---------------------------------------- WHERE CASE WHEN @switch = 1 THEN ( r.id in (@rep) and (m.merchant_active=1)) ELSE (m.merchant_alias in (@merchant_alias) and...
  2. macmac1

    Passwords and Prompts

    Hi all. I need to force behavior in a prompt box... ex: calvin is what the type in xxxxxx is what is displayed. Is this possible with a prompt box? Thanks Calvin Click
  3. macmac1

    alert vs. prompt boxes

    mmmkay... snow is fun for me and yous, men and women and horses too..
  4. macmac1

    alert vs. prompt boxes

    mmmkay... snow is fun for me and yous, men and women and horses too..
  5. macmac1

    alert vs. prompt boxes

    How can you put an input field in an alert box? (besides prompt). Then pass the variable back to the page that spawned the window?
  6. macmac1

    Help with special characters please..

    I am trying to through a erro if the user puts a special character in a form field. I have some code that works great but it saying a blank space is a invalid charachter. here is the code that is buggin... function zipcheck() { var mikExp =...
  7. macmac1

    Help with calculations

    I need to get the total of the form fields on the fly..the user enters the qty and the ext price shows when a onchange event happens. I will include my code..note that the names and values of the products is generated dynamiclly. <form action=&quot;addservices.cfm&quot...
  8. macmac1

    How would I add....

    How would I add multiple form fields that have more than one value while excluding the form fields with text...then write the total in another form field.
  9. macmac1

    keeping form values displayed....

    How do you keep the value of an input box displayed after you submit the page to its self.. <SCRIPT LANGUAGE=&quot;javascript&quot;> function send() {document.fu.submit()} </SCRIPT> </head> <body> <form name=fu method=&quot;post&quot;> <input name=&quot;test&quot;> <input...
  10. macmac1

    i need help writing a function...

    i am still hazy on what i need to do.. here is the code i am trying to execute (Cold fusion is involved) <html> <title>Untitled</title> <script> function getval() { //--- i dont know how to write a function that will submit the form element 'nu'...
  11. macmac1

    i need help writing a function...

    I need to write a function that will do the following... user enters an number in an input field.. user then clicks out of input field... I need to get the value out of the input field with out submiting the entire page.(i just want one of the form elements to submit.) Thanks Calvin Click

Part and Inventory Search

Back
Top