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 gkittelson 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. JohnSwe

    YES/NO prompt

    Thats it! Thanks. :=)
  2. JohnSwe

    YES/NO prompt

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

    Im going NUTS! (parseint)

    Ok! I got it.... i wrote "parseint" ... obviously javascript is CASE sensitive so it has to be parseInt to be recognized... That is kind of stupid... :)
  4. JohnSwe

    Im going NUTS! (parseint)

    Well it is defined.. :) Even if i write: var a = parseinte("55") i get the same "object expected" error... Crazy huh?
  5. JohnSwe

    Im going NUTS! (parseint)

    Well that aint the problem... the problem is that none of the functions work.. parseint, parsefloat, abs, tolowercase... trying to use any of theese generates an "object expected" error... what is wrong?
  6. 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...
  7. JohnSwe

    Removing entries in a dropdown?

    Hi! How do I remove entries in a select field... in other words "reseting" it?
  8. 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?!
  9. 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?
  10. JohnSwe

    How to read dropdownboxes

    Hmm but ie tells me that: "document.all["DropDown"].length is not an object.." :/ What am I doing wrong?
  11. JohnSwe

    How to read dropdownboxes

    Thanks a million!
  12. JohnSwe

    How to read dropdownboxes

    Thanks Krilla! But how do i no what data comes from what box? (I mean on the page that the user gets redirected to?) The page that is redirected to is an asp page where i want to store the users chioces as session varialbles. So i need to no what value came from what box. 8->
  13. JohnSwe

    How to read dropdownboxes

    Well the thing is: the page change is triggered on a "onchange" in another dropdown menu. And when that happens I want to read the values in all the dropdown boxes and send those values along with the querystring.. is that possible? :)
  14. 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