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 strongm 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. pirigyi

    JavaScript Validate Working in IE but not FF

    Doh!! That was a real bonehead thing to do! Thanks for your help! -Mike
  2. pirigyi

    JavaScript Validate Working in IE but not FF

    Thanks for the info. I wasn't using the document. reference here (w/ radio buttons) and there's a [#] included with the element name. What would be the proper syntax here? if (!(theForm.Contact_Preference[0].checked || theForm.Contact_Preference[1].checked ||...
  3. pirigyi

    JavaScript Validate Working in IE but not FF

    Hi, My script seems to be working just fine in IE, but not in firefox. Any suggestions on how to fix? I stripped a lot of the HTML, but I copied in the JS script from the header and the form info. Any help would be appreciated. Thanks, Mike <body> <SCRIPT LANGUAGE="JavaScript"> function...
  4. pirigyi

    strtok multiple delimeter question

    I'm trying to write a program that does the following: * Ability to enter in phone numbers using a sentinel-controlled while loop. * The loop will end when the user keys in -1 (or something). THE PART I CANNOT FIGURE OUT: I need to divide a phone number into 3 tokens using strtok. I do not...
  5. pirigyi

    High Level language not suitable for writing hardware device driver???

    Great Detail! Thanks for the help!
  6. pirigyi

    Utilizing a Library function within a QBASIC program

    Thanks for the help! Michael
  7. pirigyi

    Utilizing a Library function within a QBASIC program

    In order to utilize a Library function within a QBASIC program, what QBASIC statement must be inserted in the program to insure that the required function is loaded with the program for execution? Any help would be appreciated, Thank you. Mike
  8. pirigyi

    Utilizing a Library function within a QBASIC Program

    In order to utilize a Library function within a QBASIC program, what QBASIC statement must be inserted in the program to insure that the required function is loaded with the program for execution? Any help would be appreciated, Thank you. Mike
  9. pirigyi

    SAL instruction in MASM

    Thanks bro, greatly appreciated. mike
  10. pirigyi

    SAL instruction in MASM

    I'm new to programming and I'm stumped w/ this question... Assume that the AX register contains the Decimal value 16. Use of the SAL instruction will change the value of the data in the given register by how much for EACH SHIFT LEFT operation? What is the MINIMUM number of executions of the...
  11. pirigyi

    High Level language not suitable for writing hardware device driver???

    I'm new to programming and I was wondering if... someone can please provide a few reasons why a High Level language is not suitable for writing a hardware device driver. 1. I understand it makes too much executable code causing it to run slow. 2. It's difficult to access hardware. Anything...

Part and Inventory Search

Back
Top