PDA

View Full Version : Simple Print Question - Urgent


NRastogi
11-12-2002, 04:46 PM
Hi there,

I have this form and have a check box on it with the label "hide price".

When I check this box it refreshes and hide certain values and change the text for this box to "show price".

So, when I try to hide price, it changes to show price.

When I Print this page, I just don't want to print the "Show Price" Label and the check box.

I also, don't want to go to another layer, says printable version.

Any ideas are appreciated.

Thanks,
NRastogi

A1ien51
11-12-2002, 07:37 PM
with css you can have a style sheet that you can set the visibility of the button to be hidden when it is printed. But all other times it is visible.