开发者

printing from client side client side landscape (ie only)

开发者 https://www.devze.com 2023-02-22 11:06 出处:网络
Can someone please help with the following: I am trying to force an asp.net page 开发者_运维百科to go in landscape mode and remove all headers and footers.... N.b all clients only uses ie browser. the

Can someone please help with the following: I am trying to force an asp.net page 开发者_运维百科to go in landscape mode and remove all headers and footers.... N.b all clients only uses ie browser. therefore an activex control may work but i have not found any thus far.. thanks


If you are IE specific you can use CSS to rotate content 90 degrees. Documentation

filter: progid:DXImageTransform.Microsoft.BasicImage(Rotation=3);

I don't believe there is a JS solution to altering browser settings as this would be a security issue. ActiveX or some other binary should have access but then you will have installation issues.

0

精彩评论

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