Print - Size of Page
am 20.12.2006 19:43:28 von dwaldmanThis is probaly a dumb question but I cant find the answer. I need to
print some data to a label from a web page. The label is 2.25" x 1.25"
and when the page is printed the printer spits out 2 pages. I assume
the page can be sized but I dont know how. Can anyone give an example
or refer me to a place where I can get some help? Below is my page, its
displays a barcode and some info above and below it.
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
/>
<%
RMABarCode = Request.QueryString("rma")
response.write Request.QueryString("phmodel") & "
"&height=25&width=1&mode=code39'>
& "-" & Request.QueryString("idlot")
%>