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...
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" />
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...
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!
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.