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

    CSS @media print

    Thanks for the help Vragabond. I rearranged the stylesheet links to have the printer version last, and i removed the entire first style from the printer version, since it was all redundant. however, no changes happened to the 3 printer versions. IE prints exactly how i want it to, firefox and...
  2. samobellows

    CSS @media print

    small edition, in the main page, and the page that loads in the iframe, my stylesheets are linked in the header like this: <link rel="stylesheet" href="css/printpage.css" type="text/css" media="print"/> <link rel="stylesheet" href="css/onscreen.css" type="text/css" />
  3. samobellows

    CSS @media print

    hello all! i am having a cross browser compatibility issue i was hoping i could get some new eyes on. i've been trying to get this working for a while now, and i'm starting to glaze over. :P i have a web form that the user fills out. based on what they selected, a different print page is...
  4. samobellows

    onblur event, focus last focus.

    ah, that totally did it. i was passing the entire form to my validation functions, not just the textbox that needed it. a classic thinking outside the box problem. >.< thanks a ton!
  5. samobellows

    onblur event, focus last focus.

    Hello all! here's my basic problem. i have a form validation script that makes sure what the user just entered is a valid entry for that textbox. i have the script running with the onblur event, so that when the user leaves the textbox, it validates the text. as it stands, the validation is...
  6. samobellows

    Printing hidden Div tags with javascript variables.

    Thanks a ton for that code example, it's working like a charm now. turns out the only problem i had was a fairly simple problem with the way my external CSS files were linking, and that method would have worked, but when it didn't, i tried to find something else, assuming that the error was it...
  7. samobellows

    Printing hidden Div tags with javascript variables.

    Hello, and thanks in advance for helping me out here. the project i am working on is a web based form that basically takes information from a form, and among other things, generates a printer friendly version of the information on the form. the user fills out the form, and when they click the...

Part and Inventory Search

Back
Top