Hi friends,
We have a big width report in frame structure.
After clicked print butun in borrower or javascript print function, users can not print out whole report.
the report shout be cut off for over paper size.
I wish that print function can print rest information in next page other than cut off? it only print 12 columns. there are 40 columns in report)
Thanks
FairfaxVB
my codes*******************
<html><HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function varitext(text){
text=document
print(text)
}
// End -->
</script>
</HEAD>
<DIV ALIGN="CENTER">
<FORM name="document">
<INPUT NAME="print" TYPE="button" VALUE="Print!"
ONCLICK="varitext()">
here is a big html table with 6200 width (40 culumns)
</FORM></body></html>
We have a big width report in frame structure.
After clicked print butun in borrower or javascript print function, users can not print out whole report.
the report shout be cut off for over paper size.
I wish that print function can print rest information in next page other than cut off? it only print 12 columns. there are 40 columns in report)
Thanks
FairfaxVB
my codes*******************
<html><HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function varitext(text){
text=document
print(text)
}
// End -->
</script>
</HEAD>
<DIV ALIGN="CENTER">
<FORM name="document">
<INPUT NAME="print" TYPE="button" VALUE="Print!"
ONCLICK="varitext()">
here is a big html table with 6200 width (40 culumns)
</FORM></body></html>