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!

Search results for query: *

  1. LenLindquist

    I am investigating SPAM detection/i

    I am investigating SPAM detection/interception/removal software for IIS. Does anyone have any experience with this that could offer some suggestions? I would really like to eliminate known open relays instead of doing content-based detection. I'm aware of vamsoft and GFI MailEssentials, but...
  2. LenLindquist

    Dynamic Forms with database access

    I would like to use a select-option drop-down box to select a library name from a data table and then, on the same form without yet submitting, dynamically change the next drop-down box to list the staff working at that particular library from another data table. I figure this will at least...
  3. LenLindquist

    handling double quotes in attribute values

    Hello, I am not an ASP programmer, but I'm using an ASP utility on a Web site and have run into an issue that I believe will require ASP coding to fix. I am familiar with other programming languages, so I may stand a chance of understanding an explanation. ;) The utility is reading a...
  4. LenLindquist

    directory browse plus a little content?

    I am running IIS 5 and I'd like to have a small Intranet site that does basic directory browsing but will also allow for short introductory messages/explanations on various pages, too. These would be different messages depending on the directory being browsed. I'd additionally like to be able...
  5. LenLindquist

    Can you use a form to add to an XML document?

    Hello, I'm a beginner at XML and have what I assume is a fairly basic set of questions: Can I have a form written in XHTML that asks for the content of various fields in an XML document and add to that XML document on-the-fly? E.g., ask for "name" and then have the name they enter...
  6. LenLindquist

    Ok, here's a strange one!

    I am reading a file one byte at a time, converting each byte using a translation table, and then writing a new file. This exercise isn't my primary concern, however. I have a file with the following bytes: 41 42 43 1A 45 (the beginning of the alphabet, with a control character replacing...
  7. LenLindquist

    Find all the keys associated with the same value in a hash

    Hello, I'm looking for an elegant solution to finding all of the keys in a hash that have the same value. I have a rather large hash of approximately 700,000 keys with values that may or may not unique to the key. In other words, it is possible in my hash that the same value may be assigned...
  8. LenLindquist

    truly random numbers?

    I am writing a program that necessitates some special consideration for a bit more "random" numbers than PERL seems to provide by default. The catch is that I need to use ActivePerl's built-in capabilities only, and cannot use a downloaded module like Math::TrueRandom, e.g. I can't...
  9. LenLindquist

    #form.#variable## ?

    I am attempting to evaluate a form field on the action page where the field names themselves originally came from a query. So, when evaluating the form variable, the variable itself is #variable#, but I need something like #form.#variable##. However, this syntax is not valid. Can anyone help...

Part and Inventory Search

Back
Top