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. lenrobert

    Perl, DBI, MySQL and UTF-8 under Win32.

    Hi, finally I succeeded in inserting Unicode (namely utf8) strings into a MySQL database, but what I still don't know is how to query the database to avoid getting ? instead of e.g. ?. (áéö works somehow, since they are among latin1 (iso-8859-1) characters). Can anyone help? Thank you in...
  2. lenrobert

    Perl CGI Question: Get the date of a file from file upload

    Bad news. Thank you for your quick answer anyway. Robert
  3. lenrobert

    Perl CGI Question: Get the date of a file from file upload

    Does anyone know how to get the original date of an uploaded file in the CGI script? Thanks in advance, Robert
  4. lenrobert

    The 'this' value in event handling object method.

    Thank you very much for your help. Robert
  5. lenrobert

    The 'this' value in event handling object method.

    Adam, can you suggest me some reading about this topic (execution contexts and other advanced material)? I am struggling with "ECMAScript Language Specification" but it is not too good, is there any better? Thanks in advance, Robert.
  6. lenrobert

    The 'this' value in event handling object method.

    Hi Adam, the first one works excellently (because onchange is assigned by a script in my project), thank you for your quick and valuable reply. Robert
  7. lenrobert

    Select

    document.FormName.SelectboxName.disabled = true;
  8. lenrobert

    The 'this' value in event handling object method.

    Hi everybody! I got stuck in a problem: If I call a method of a self-defined object the "this" value usually equals to the self-defined object. However in the case of an event handling method I cannot get back the object. Can anyone help me? <html> <head> <script> function Class1() {...
  9. lenrobert

    Tightly packed table. Problem with Firefox / XHTML Strict.

    Dear Dan! It works fine. Thank you for your quick and valuable answer. Robert
  10. lenrobert

    Tightly packed table. Problem with Firefox / XHTML Strict.

    I would like to use a table to keep images, without any gaps between them. I could not do it with Firefox using XHTML Strict declaration. To make the gaps visible I used red background color. Can anyone help? Tip: Maybe it has some thing to do with the font-size. The red strip's height...
  11. lenrobert

    Boolean operators in PERL regexp?

    KevinADC, Ishnid, thank you for your useful responses.
  12. lenrobert

    Boolean operators in PERL regexp?

    Ishnid, thank you for your answer it works, but it doesn't handle the case, when there are no quotation marks. On Google pages for example it is often the case. I have read about lookahead and lookbehind assertions, the only very-very big problem is that they are non-capturing. Mikevh here is...
  13. lenrobert

    Boolean operators in PERL regexp?

    Boolean operators in PERL regexp? I am aware of OR ( | ), but is there logical NOT in the PERL regex syntax? The task would be the following: to extract the relative links (i.e.. the href property of the "a" element) from an HTML file, even if it is not enclosed in quotation marks. This means...

Part and Inventory Search

Back
Top