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 Wanet Telecoms Ltd 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: *

  • Users: xso
  • Content: Threads
  • Order by date
  1. xso

    Referential integrity

    Hello there, I have a problem with referential integrity in InnoDB. Let's say I have three tables: Author, Book and Author_Book which joins Author to Book (a book can have multiple authors and an author can have written multiple books). I have defined foreign keys from Author_Book to Book and...
  2. xso

    onblur in form validation

    Hi, I would like to validate form fields each time the user leaves the field (onblur event), instead of doing it at once, when the form is submited. If something goes wring, a message should appear in an alert box, the bgcolor of the problematic field should be set to red and the focus should...
  3. xso

    ob_start('ob_gzhandler')

    Hello there, Is there any direct way to see if the function ob_start('ob_gzhandler') is indeed working and compressing the file? I can see in the apache log file that the file has been compressed but I was wondering what to do in case someone has o access to the apache log file... Cheers, Xavier
  4. xso

    document.body.offsetHeight in Internet Explorer 6

    Hello there, I found what looks like a bug to me with IE6. I'm using the document.body.offsetHeight property, and with no dtd or an html dtd, it gives the correct answer (in my case 906). However, using an xhmtl dtd, like <!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot...

Part and Inventory Search

Back
Top