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: *

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

    not with "is not null" inconsistent?

    Am I missing something obvious, or is this bug... (data = 15 and data is not null) not (data = 15 and data is not null) should be opposites. However, the following SQL script shows this not to be the case: drop table if exists bugtest; create table bugtest (id int not...
  2. russellr

    IFrame scrollbar problem - IE5.5 IE6 difference

    A tough problem this one...already cost me a whole day. I have a server-generated page with an iframe (also server-generated). In that iframe is another iframe (also server-generated). The innermost iframe is "minimized" until the user clicks a "maximize" button. When the...
  3. russellr

    set_error_handler doesn't work sometimes

    I've created an error handler (PHP version is 4.0.6) and it works fine for errors I trigger and for E_NOTICES. However, if I do this: <? xxx(); ?> where xxx is an undefined function, I get the PHP error message instead of my error handler being called. Does anyone know why?
  4. russellr

    refer back to a style

    Here's what I want to do: .mystyle { color: white } blah blah blah .someotherstyle { mystyle } Put simply, once I've defined a style, I want to use that definition to define other styles. I can't find any way to do this, after an hour of searching the web Please help.

Part and Inventory Search

Back
Top