How can I link different print style sheet for two different print button on an asp.net web page?
I will have 2 print buttons on a asp.net 2.0 page. How can I link / refer to 2 different print CSS to users able to print same web page in 2开发者_JAVA百科 different ways,.
I'd take a look at this article for a starting point: http://css-tricks.com/quick-tip-making-a-print-this-page-button/
精彩评论