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

    YES/NO prompt

    Is it possible to use a yes/no promt? Whats the command?
  2. JohnSwe

    Im going NUTS! (parseint)

    function populate_dates() { var arryear = inputform.arryear[inputform.arryear.selectedIndex].value; document.write(parseint(arryear)+1) } I get the fabolous object expected error when trying to use parseint! Whats wrong? Ive tried it in a 100 ways and i get the same error? How is this...
  3. JohnSwe

    Removing entries in a dropdown?

    Hi! How do I remove entries in a select field... in other words "reseting" it?
  4. JohnSwe

    Sharing variables between functions.

    I have a variable containing todays date. I want this variable to be global an accessible from all functions without having to send it to the functions all the time. How do I do that?!
  5. JohnSwe

    Encrypt a querystring?

    Is there som managable way to encrypt the querystring when moving between to pages with asp script recieving on the other end and javascipt making the string?
  6. JohnSwe

    How to read dropdownboxes

    Hi! How do i read dropdown boxes and send the results in quesry string when using the "location.href" to change url for the user without having a submit button?

Part and Inventory Search

Back
Top