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 davext

  1. davext

    onMouse button events

    How would I link it? Never actually heard of CSS but thanks for the reply!
  2. davext

    onMouse button events

    Hi, does anyone know of a website that will definie all the possible events and a page that has a bunch of different styles for buttons? I'd like to do things like.. onmouseover, change a color, or onmousenotover(however the heck you do it), change to another color.. set default colors.. etc...
  3. davext

    error handling for calculator

    Here is a calculator I'm trying to work with, does anyone know how to error trap so that if someone types in a non-numeric value, the display will read &quot;NaN&quot;.. for the program below, an error just pops up. I'm new to VBScript. Any help is much appreciated! <!DOCTYPE HTML PUBLIC...
  4. davext

    VB Script Calculator

    Thanks Dr. JavaJoe!
  5. davext

    Java Script calculator

    Thanks a lot for your help Ben! That was exactly what I was looking for! http://javascript.internet.com/calculators/advanced.html?ReadOut=8*8 i used this one.
  6. davext

    VB Script Calculator

    Thanks!. That's not a bad site.. not exactly what I was looking for. If someone can find anyone has come across a VBscript or knows where to find one that simulates a calculator like this one(same operations), please let me know. thanks a lot...
  7. davext

    Java Script calculator

    Anyone know where I can find a calculator in JavaScript with just the simple arithmetic operations? I want to check that out and then do something on top of it. Thanks
  8. davext

    VB Script Calculator

    Anyone know where I can find a calculator in VBScript with just the simple arithmetic operations? I want to check that out and then do something on top of it. Thanks
  9. davext

    mutually exclusive check boxes

    I believe I know what my initial problem was. I was using the check1_validate event instead of the click event. Can someone explain what the difference is? THanks
  10. davext

    mutually exclusive check boxes

    Sweet! It works, thanks a lot for your help! Thanks to mmilan too!
  11. davext

    mutually exclusive check boxes

    I have the same set up and it doesn't work. What's up with that? In my event code? please elaborate. All I have is the same simple code that bigalbigal showed me.
  12. davext

    mutually exclusive check boxes

    Thanks for responding but this is what I've tried before. It doesnt' work. What ends up happening is, I click on check1, a check mark appears, then I click on check 2, and a check mark appears while check one still has a check mark, but then when I click on check1 again, both disappear. I...
  13. davext

    mutually exclusive check boxes

    Does anyone know how to create mutually exclusive check boxes? Have 2 check boxes, only one can be checked at a time. I know this can be done with a control array for radio buttons but I want to do it with check boxes. I've tried manipulating the values of the checkbox but this doesn't seem...
  14. davext

    picturebox: some help with be nice

    thanks I figured it out!
  15. davext

    picturebox: some help with be nice

    hi VB5prgrmr, how would I go about doing this? setting the controls picture to the picture box's picture? THanks

Part and Inventory Search

Back
Top