OutFront Forums
     Home    Register     Search      Help      Login    

Follow Us
On Facebook
On Twitter
RSS
Via Email

Recent Posts
Todays Posts
Most Active posts
Posts since last visit
My Recent Posts
Mark posts read

Sponsors
Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.
Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.
Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

 

print radio buttons

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> print radio buttons
Page: [1]
 
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
print radio buttons - 3/18/2009 16:42:17   
This is a new one on me. I have a form with radio buttons. Some users want to print their completed form prior to hitting the submit button (kill a tree for their own records). The radio buttons are not printing. This is on an intranet with all users forced to use IE7. The buttons DO appear in the print preview. I've got a print.css style sheet and have tried to force input to display (visible, block, inline, etc.) but nothing works. I've Googled this and the issue goes back to IE6 or 2004, depending on the source, but I can't find a work-around. After submit I can call the responses out of the database and into a printable format but some users are trying to print before submit.
Any ideas?

(*more information: all users are on Windows XP machines - some still have IE6 but most have IE7. Switching the IE settings to print background images does nothing to show the radio buttons. There are no printer settings that can be adjusted since there are over 25 networked printers and all of them have been tweaked differently.)

< Message edited by TexasWebDevelopers -- 3/18/2009 17:13:35 >


_____________________________

:)

Follow us on TWITTER
treetopsranch

 

Posts: 1539
From: Cottage Grove, OR, USA
Status: offline

 
RE: print radio buttons - 3/18/2009 17:49:44   
When I switched to fill-able on-line PDF forms it eliminated that radio button not printing problem. Is that possible for you to implement?


_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to TexasWebDevelopers)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: print radio buttons - 3/18/2009 18:17:09   
I've never liked the javascript driven Adobe PDF forms much but hadn't really thought about using a fillable form. Will it allow the data to go to a SQL stored procedure on submit (I still need the data in the SQL db)

_____________________________

:)

Follow us on TWITTER

(in reply to treetopsranch)
treetopsranch

 

Posts: 1539
From: Cottage Grove, OR, USA
Status: offline

 
RE: print radio buttons - 3/19/2009 11:11:44   
quote:

Will it allow the data to go to a SQL stored procedure on submit


No. (At least not with the forms I am using) On the web site that uses fill-able pdf forms it is for the convenience of the user only. It is a club re-new form. They can fill the form out on line then print it , enclose their dues and mail it to the club treasurer.

By the way it is a OpenOffice form. I did not use Adobe Acrobat. I believe that Adobe Acrobat forms will submit to a database. You will have to check the Adobe web site for that.

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to TexasWebDevelopers)
Giomanach

 

Posts: 6187
Joined: 11/19/2003
From: England
Status: offline

 
RE: print radio buttons - 3/19/2009 11:28:33   
There is a setting in IE you can play with:


Thumbnail Image
:)

Attachment (1)

_____________________________




(in reply to treetopsranch)
treetopsranch

 

Posts: 1539
From: Cottage Grove, OR, USA
Status: offline

 
RE: print radio buttons - 3/19/2009 12:01:58   
Yes, that item is checked by default on IE. But does it work for printing?

_____________________________

Don from TreeTops Ranch, Oregon

"I've got a taste for quality and luxury"


(in reply to Giomanach)
Giomanach

 

Posts: 6187
Joined: 11/19/2003
From: England
Status: offline

 
RE: print radio buttons - 3/19/2009 12:26:39   
When you disable it - yes.

_____________________________




(in reply to treetopsranch)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: print radio buttons - 3/19/2009 12:40:42   
Thanks, tried that yesterday. It works for IE6 but not IE7 -- at some point I am just going to call it not fixable. I have sent this same request out through my client's international IT department. They cannot find a fix either although they notice that on older laserjet printers the radio buttons print but not when sent to more modern printers or copiers.

_____________________________

:)

Follow us on TWITTER

(in reply to Giomanach)
d a v e

 

Posts: 4348
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: print radio buttons - 3/19/2009 17:44:18   
how about a print style sheet with a radio button only in there as an image ??

_____________________________

David Prescott
Gekko web design

(in reply to TexasWebDevelopers)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: print radio buttons - 3/19/2009 18:04:00   
I thought about that--style the button with two different images, one for checked and one for unchecked and then use javascript to drive an image swap onClick (or something similar--just talking off the top of my head). But I have one survey question with four selections so the code to swap the images may be a bit complicated. I like this idea if I can get it to degrade gracefully and still be acccesible...now if I can only find the time to code it up.... nice suggestion!

_____________________________

:)

Follow us on TWITTER

(in reply to d a v e)
d a v e

 

Posts: 4348
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: print radio buttons - 3/19/2009 18:13:35   
i think you filled in all the technical thinking behind my off-the-top-of-my-head concept ;) thanks

_____________________________

David Prescott
Gekko web design

(in reply to TexasWebDevelopers)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: print radio buttons - 3/20/2009 11:16:05   
OK--I wrote the javascript that substitutes images for the radio buttons. Works great; degrades gracefully; fully accessible; but one must still enable background image printing in order for this to work. I'm stuck again--I guess the solution is to go around to all the users and hit them with a bat to force them to print background images? (Wait, THAT doesn't even work in Firefox--only IE!)
Here's the sandbox:
http://www.texaswebdevelopers.com/examples/form-input-styling/

< Message edited by TexasWebDevelopers -- 3/20/2009 11:54:54 >


_____________________________

:)

Follow us on TWITTER

(in reply to d a v e)
d a v e

 

Posts: 4348
Joined: 7/24/2002
From: England (but live in Finland now)
Status: offline

 
RE: print radio buttons - 3/20/2009 12:53:40   
obvious question, but why are you using background images?
how about using background images in the visual sheet but unhidden normal images floated/inline in the print one?
my js ability is very stilted so sorry if this is a stupid question :)

_____________________________

David Prescott
Gekko web design

(in reply to TexasWebDevelopers)
TexasWebDevelopers

 

Posts: 722
Joined: 2/22/2002
From: Dallas, TX
Status: offline

 
RE: print radio buttons - 3/20/2009 13:18:29   
Not a stupid question--I am using a javascript that goes and looks for inputs with the "inputimg" style and then wraps the input in a span tag that displays the images using CSS. It's the only way I could figure out how to do it and still make the code accessible AND degrade gracefully for users without javascript enabled. What I don't understand is why the images displayed by my method aren't printing. If I display a normal image with CSS it prints....it's probably something incredibly easy (or stupid on my part) but I am tired of looking at this code...would switching to a .gif from a .png possibly make a difference? Brain dead....

_____________________________

:)

Follow us on TWITTER

(in reply to d a v e)
Page:   [1]

All Forums >> Web Development >> General Web Development >> print radio buttons
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts