Thread: A Sticky situation...

  1. #1
    [](){}(); manasij7479's Avatar
    Join Date
    Feb 2011
    Location
    *nullptr
    Posts
    2,657

    A Sticky situation...

    What would you do in the following situation?:
    1. You need to print out a .aspx page.(A filled examination form..to be exact)
    2. The Print button on the top of that page requires Internet Explorer(...and the page shows resistance to copying...by an ugly dialog box :P)
    3. You do not have a printer.
    4. The page will not be accessible from a public computer.

  2. #2
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Sounds like a perfect storm of poor design choices. File a complaint or bug report.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  3. #3
    Make Fortran great again
    Join Date
    Sep 2009
    Posts
    1,413
    series of screenshots?

  4. #4
    Just a pushpin. bernt's Avatar
    Join Date
    May 2009
    Posts
    426
    Quote Originally Posted by Epy
    series of screenshots?
    Most of the screenshot plugins for Firefox/Chrome will save the whole page at once, they just grab image data from the browser's rendering backend. Or something like that.
    Consider this post signed

  5. #5
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Save the page as HTML on your hard disk... re-open it in your browser and use the browser's print page functions.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Is this a loop situation?
    By TehClutchKiller in forum C++ Programming
    Replies: 6
    Last Post: 05-28-2008, 07:52 AM
  2. instructor situation.
    By NeonBlack in forum A Brief History of Cprogramming.com
    Replies: 22
    Last Post: 03-25-2008, 08:40 PM
  3. Very Very Weird Situation
    By salvadoravi in forum C Programming
    Replies: 15
    Last Post: 01-02-2008, 04:25 AM
  4. What would you do this in this situation?
    By blackwyvern in forum A Brief History of Cprogramming.com
    Replies: 4
    Last Post: 03-15-2002, 08:28 AM