开发者

print problem for invisible data

开发者 https://www.devze.com 2023-03-08 09:21 出处:网络
I have used onclick function. after click a button show data. but intially data has h开发者_运维问答idden using inline css property display:none. i want to print intially hidden data that are not show

I have used onclick function. after click a button show data. but intially data has h开发者_运维问答idden using inline css property display:none. i want to print intially hidden data that are not shown in browser


Simply define a CSS with media type print where the data isn't hidden.


You can add another CSS that shows the hidden parts with media="print".

0

精彩评论

暂无评论...
验证码 换一张
取 消