Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_web_howto thread: landscape Printing button?


Message #1 by Lauralyn.Ninow@c... on Tue, 17 Apr 2001 10:43:11 -0500
This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C0C755.1B7899D0

Content-Type: text/plain;

	charset="iso-8859-1"



Hello.



I was wondering if there is a way to create a print button that will print a

webpage in landscape mode.



Thanks!



Lauralyn




Message #2 by "Alex Shiell, ITS, EC, SE" <alex.shiell@s...> on Tue, 17 Apr 2001 17:17:13 +0100
<INPUT TYPE="BUTTON" VALUE="Print Page" ONCLICK="window.print()">



will give you a print button, but I don't know how you can specify landscape



-----Original Message-----

From: Lauralyn.Ninow@c... [mailto:Lauralyn.Ninow@c...]

Sent: Tuesday, April 17, 2001 5:17 PM

To: ASP Web HowTo

Subject: [asp_web_howto] landscape Printing button?





This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C0C755.1B7899D0

Content-Type: text/plain;

	charset="iso-8859-1"



Hello.



I was wondering if there is a way to create a print button that will print a

webpage in landscape mode.



Thanks!



Lauralyn






________________________________________________________________________

Scottish Enterprise Network

http://www.scottish-enterprise.com

Message #3 by "Drew, Ron" <RDrew@B...> on Wed, 18 Apr 2001 08:11:28 -0400
This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C0C800.B2215CE0

Content-Type: text/plain;

	charset="iso-8859-1"



Alex,

I agree and also use the window.print().   The only way I know of printing

landscape is to put some words around the button telling the user to do a

FILE, PAGE SETUP and pick landscape but it is an ugly way of doing it.

Ron



-----Original Message-----

From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]

Sent: Tuesday, April 17, 2001 12:17 PM

To: ASP Web HowTo

Subject: [asp_web_howto] RE: landscape Printing button?





<INPUT TYPE="BUTTON" VALUE="Print Page" ONCLICK="window.print()">



will give you a print button, but I don't know how you can specify landscape



-----Original Message-----

From: Lauralyn.Ninow@c... [mailto:Lauralyn.Ninow@c...]

Sent: Tuesday, April 17, 2001 5:17 PM

To: ASP Web HowTo

Subject: [asp_web_howto] landscape Printing button?





This message is in MIME format. Since your mail reader does not understand

this format, some or all of this message may not be legible.



------_=_NextPart_001_01C0C755.1B7899D0

Content-Type: text/plain;

	charset="iso-8859-1"



Hello.



I was wondering if there is a way to create a print button that will print a

webpage in landscape mode.



Thanks!



Lauralyn






________________________________________________________________________

Scottish Enterprise Network

http://www.scottish-enterprise.com




Message #4 by "TomMallard" <mallard@s...> on Wed, 18 Apr 2001 06:51:13 -0700
You need an activex component to do this because it requires control of the

client. Check http://support.microsoft.com/support/kb/articles/Q80/1/85.ASP



tom

----- Original Message -----

From: "Drew, Ron" <RDrew@B...>

To: "ASP Web HowTo" <asp_web_howto@p...>

Sent: Wednesday, April 18, 2001 5:11 AM

Subject: [asp_web_howto] RE: landscape Printing button?





> Alex,

> I agree and also use the window.print().   The only way I know of printing

> landscape is to put some words around the button telling the user to do a

> FILE, PAGE SETUP and pick landscape but it is an ugly way of doing it.

> Ron

>

> -----Original Message-----

> From: Alex Shiell, ITS, EC, SE [mailto:alex.shiell@s...]

> Sent: Tuesday, April 17, 2001 12:17 PM

> To: ASP Web HowTo

> Subject: [asp_web_howto] RE: landscape Printing button?

>

>

> <INPUT TYPE="BUTTON" VALUE="Print Page" ONCLICK="window.print()">

>

> will give you a print button, but I don't know how you can specify

landscape

>

> -----Original Message-----

> From: Lauralyn.Ninow@c... [mailto:Lauralyn.Ninow@c...]

> Sent: Tuesday, April 17, 2001 5:17 PM

> To: ASP Web HowTo

> Subject: [asp_web_howto] landscape Printing button?

>

>

> This message is in MIME format. Since your mail reader does not understand

> this format, some or all of this message may not be legible.

>

> ------_=_NextPart_001_01C0C755.1B7899D0

> Content-Type: text/plain;

> charset="iso-8859-1"

>

> Hello.

>

> I was wondering if there is a way to create a print button that will print

a

> webpage in landscape mode.

>

> Thanks!

>

> Lauralyn

>

> ------_=_NextPart_001_01C0C755.1B7899D0

> Content-Type: text/html;

> charset="iso-8859-1"

>

> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">

> <HTML>

> <HEAD>

> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">

> <META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">

> <TITLE>landscape Printing button?</TITLE>

> </HEAD>

> <BODY>

>

> <P><FONT SIZE=2>Hello.</FONT>

> </P>

>

> <P><FONT SIZE=2>I was wondering if there is a way to create a print button

> that will print a webpage in landscape mode.</FONT>

> </P>

>

> <P><FONT SIZE=2>Thanks!</FONT>

> </P>

>

> <P><FONT SIZE=2>Lauralyn</FONT>

> </P>

>

>

> ---<BR>

> SoftArtisans helps developers build robust, scalable Web applications!<BR>

> Excel Web reports, charts:

http://www.softartisans.com/excelwriter.html<BR>

> File uploads: http://www.softartisans.com/saf.html<BR>

> Transactional file management: http://www.softartisans.com/saf1.html<BR>

> Scalability: http://www.softartisans.com/saxsession.html<BR>

> ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html<BR>

> ---<BR>


> alex.shiell@s...<BR>


> $subst('Email.Unsub')<BR>

>

>

> ---<BR>

> SoftArtisans helps developers build robust, scalable Web applications!<BR>

> Excel Web reports, charts:

http://www.softartisans.com/excelwriter.html<BR>

> File uploads: http://www.softartisans.com/saf.html<BR>

> Transactional file management: http://www.softartisans.com/saf1.html<BR>

> Scalability: http://www.softartisans.com/saxsession.html<BR>

> ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html<BR>

> ---<BR>

> You are currently subscribed to asp_web_howto as: RDrew@B...<BR>


> $subst('Email.Unsub')<BR>

>

>

> ---<BR>

> SoftArtisans helps developers build robust, scalable Web applications!<BR>

> Excel Web reports, charts:

http://www.softartisans.com/excelwriter.html<BR>

> File uploads: http://www.softartisans.com/saf.html<BR>

> Transactional file management: http://www.softartisans.com/saf1.html<BR>

> Scalability: http://www.softartisans.com/saxsession.html<BR>

> ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html<BR>

> ---<BR>

> You are currently subscribed to asp_web_howto as: mallard@s...<BR>


$subst('Email.Unsub')<BR>

>

>

> ---<BR>

> SoftArtisans helps developers build robust, scalable Web applications!<BR>

> Excel Web reports, charts:

http://www.softartisans.com/excelwriter.html<BR>

> File uploads: http://www.softartisans.com/saf.html<BR>

> Transactional file management: http://www.softartisans.com/saf1.html<BR>

> Scalability: http://www.softartisans.com/saxsession.html<BR>

> ASPstudio value pack: http://www.softartisans.com/aspstudiosuite.html<BR>

> ---<BR>

> You are currently subscribed to asp_web_howto as: mallard@s...<BR>


$subst('Email.Unsub')<BR>

>

> </BODY>

> </HTML>

> ------_=_NextPart_001_01C0C755.1B7899D0--

>

> ________________________________________________________________________

> Scottish Enterprise Network

> http://www.scottish-enterprise.com

>

>

>

>




  Return to Index