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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mrplow123456

  1. mrplow123456

    how to deal with 'Web Page Expired'

    I'm not quite sure how it would be irritating. I mean its not like everything you click on opens a new window. If this is one of the few occasions then it should be fine.
  2. mrplow123456

    how to deal with 'Web Page Expired'

    Try making the form open a new page when it is submitted. This way the person already has the last page up.
  3. mrplow123456

    Need Modified Date to work when javascript off

    I'm not sure there is a way to do that. I guess just ask them nicely to turn their javascript on?
  4. mrplow123456

    Need Modified Date to work when javascript off

    Are you looking for this? document.write("The page that contains this example was last updated on: "+document.lastModified+"")
  5. mrplow123456

    Rounding problem!!!

    ...this is too technical for me. Just never round and then that way everyone can be happy. :)
  6. mrplow123456

    Rounding problem!!!

    wow ummm the concept is messed up then because that is like saying 3.5 could be 4 or 3... unless there is something I'm missing
  7. mrplow123456

    What the heck is wrong with this function??

    No Problem. I help when I can, and well, when I can't I still try.
  8. mrplow123456

    Rounding problem!!!

    i didn't mean to be rude. I just reread what I put and it sounded bad but I was reading it and you said something about >> one day i buy for 3.5 and the site charges me 4 dollars, another day i buy for 2.5 it charges me 2!!! I just don't understand the reasoning behind that
  9. mrplow123456

    Rounding problem!!!

    I think vbkris is a lil confused on his math. From everything I've learned in school, I've never EVER heard anyone say you round from the far right. The one thing I paid attention to in school was math class. When you round 399.5 it becomes 400 but if u try to round 399.499... it becomes 399...
  10. mrplow123456

    Javascript preventing page from loading

    Actually I think you can place script anywhere in the page. I could be wrong but try placing everything you have in the header right before the </body> tag.
  11. mrplow123456

    What the heck is wrong with this function??

    do you mean if(!GetCookie(cookieName))?
  12. mrplow123456

    What the heck is wrong with this function??

    Hmm.... indeed. I think that since peiEmail was never declared (or atleast not in this function) it might not exist. If it was declared make sure that if its an array you use .charAt(i) or i guess u could use a multi dimensional array [i][j]. Could you specify on what peiEmail is?
  13. mrplow123456

    What the heck is wrong with this function??

    I'm not quiet sure on the reasoning behind it. See I'm used to using C++ programming and there we use stringname[i] but i was reading the book about javascript and it said to change the value of a single character you should use .charAt(i). and i made a mistake on writing that it should have...
  14. mrplow123456

    What the heck is wrong with this function??

    one thing I noticed recently was that a book i was reading says to use peiEmail.charAt[i] = peiEmail.charAt[i].toLowerCase(); instead of peiEmail[i] = peiEmail[i].toLowerCase(); now I have yet to test both ways to see what the difference is but i mean give it a shot and see if it solves...

Part and Inventory Search

Back
Top